Html Css Color HEX #4F760F Green Leaf

📋 copy color: '#4F760F'

red 79 ◦ green 118 ◦ blue 15

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

Shades of Green Leaf #4F760F

Tints of Green Leaf #4F760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 37.26%
G = 55.66%
B = 7.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#4F760F (or 0x4F760F) is known color: Green Leaf. HEX triplet: 4F, 76 and 0F. RGB value is (79,118,15). Sum of RGB (Red+Green+Blue) = 79+118+15=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #4F760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F760F is #B089F0. Grayscale: #5E5E5E. Windows color (decimal): -11569649 or 1013327. OLE color: 1013327.

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

Color convert

RGB 79 118 15 -
CMYK 0.33 0 0.87 0.54
HSL 82.72º 0.77% 0.26% -
HSV(B) 82.72º 0.87% 0.46% -
XYZ 9.79 14.65 2.76 -
YUV 94.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 79 118 15 0.33 0 0.87 0.54 82.72 0.77 0.26
Hex 4F 76 F 21 0 57 36 53 4D 1A
Octal 117 166 17 41 0 127 66 123 115 32
Binary 1001111 1110110 1111 100001 0 1010111 110110 1010011 1001101 11010

Color Harmonies of #4F760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F760F

Black with #4F760F

Text Example


Text Example

White with #4F760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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