#4F750E

Color #4F750E Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4F750E

Tints of Green Leaf #4F750E

Color information

#4F750E (or 0x4F750E) is unknown color: approx Green Leaf. HEX triplet: 4F, 75 and 0E. RGB value is (79,117,14). Sum of RGB (Red+Green+Blue) = 79+117+14=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #4F750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F750E is #B08AF1. Grayscale: #5E5E5E. Windows color (decimal): -11569906 or 947535. OLE color: 947535.

HSL color Cylindrical-coordinate representation of color #4F750E: hue angle of 82.14º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F750E is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB7911714-
CMYK0.3200.880.54
HSL82.14º78.63%25.69%-
HSV(B)82.14º88.03%45.88%-
XYZ9.6714.422.69-
YUV93.982.91117.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=37.62%
G=55.71%
B=6.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79117140.3200.880.5482.1478.6325.69
Hex4F75E2005836524f1a
Octal117165164001306612211732
Binary100111111101011110100000010110001101101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F750E; }

 p { color: rgb(79,117,14); }

 H1.HeaderClassName
 {
   color: #4F750E;
 }
 .AnyTagClassName
 {
   color: #4F750E;
 }
</style>
background-color css

<style>
 a { background-color: #4F750E; }

 a { background-color: rgb(79,117,14); }

 div.DivClassName
 {
   background-color: #4F750E;
 }
 .BgClassName
 {
   background-color: #4F750E;
 }
</style>
border-color css

<style>
 span { border-color: #4F750E; }

 span { border-color: rgb(79,117,14); }

 td.TdClassName
 {
   border-color: #4F750E;
 }
 .TagClassName
 {
   border-color: #4F750E;
 }
</style>