Html Css Color HEX #4F760E Green Leaf

📋 copy color: '#4F760E'

red 79 ◦ green 118 ◦ blue 14

#4F760E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #4F760E

Tints of Green Leaf #4F760E

RGB

 RED value IS 79 (31.25% from 255) = 37.44%

 GREEN value IS 118 (46.48% from 255) = 55.92%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 37.44%
G = 55.92%
B = 6.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#4F760E (or 0x4F760E) is known color: Green Leaf. HEX triplet: 4F, 76 and 0E. RGB value is (79,118,14). Sum of RGB (Red+Green+Blue) = 79+118+14=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #4F760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F760E is #B089F1. Grayscale: #5E5E5E. Windows color (decimal): -11569650 or 947791. OLE color: 947791.

HSL color Cylindrical-coordinate representation of color #4F760E: hue angle of 82.5º 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 #4F760E is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 118 14 -
CMYK 0.33 0 0.88 0.54
HSL 82.5º 0.79% 0.26% -
HSV(B) 82.5º 0.88% 0.46% -
XYZ 9.78 14.65 2.73 -
YUV 94.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 79 118 14 0.33 0 0.88 0.54 82.5 0.79 0.26
Hex 4F 76 E 21 0 58 36 52 4F 1A
Octal 117 166 16 41 0 130 66 122 117 32
Binary 1001111 1110110 1110 100001 0 1011000 110110 1010010 1001111 11010

Color Harmonies of #4F760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F760E

Black with #4F760E

Text Example


Text Example

White with #4F760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F760E;
 }
 .AnyTagClassName
 {
   color: #4F760E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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