Html Css Color HEX #4C770F Green Leaf

📋 copy color: '#4C770F'

red 76 ◦ green 119 ◦ blue 15

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

Shades of Green Leaf #4C770F

Tints of Green Leaf #4C770F

RGB

 RED value IS 76 (30.08% from 255) = 36.19%

 GREEN value IS 119 (46.88% from 255) = 56.67%

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

R = 36.19%
G = 56.67%
B = 7.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#4C770F (or 0x4C770F) is known color: Green Leaf. HEX triplet: 4C, 77 and 0F. RGB value is (76,119,15). Sum of RGB (Red+Green+Blue) = 76+119+15=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #4C770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C770F is #B388F0. Grayscale: #5E5E5E. Windows color (decimal): -11766001 or 1013580. OLE color: 1013580.

HSL color Cylindrical-coordinate representation of color #4C770F: hue angle of 84.81º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C770F is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 119 15 -
CMYK 0.36 0 0.87 0.53
HSL 84.81º 0.78% 0.26% -
HSV(B) 84.81º 0.87% 0.47% -
XYZ 9.66 14.76 2.79 -
YUV 94.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 76 119 15 0.36 0 0.87 0.53 84.81 0.78 0.26
Hex 4C 77 F 24 0 57 35 55 4E 1A
Octal 114 167 17 44 0 127 65 125 116 32
Binary 1001100 1110111 1111 100100 0 1010111 110101 1010101 1001110 11010

Color Harmonies of #4C770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C770F

Black with #4C770F

Text Example


Text Example

White with #4C770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,119,15); }

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

background-color css

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

 a { background-color: rgb(76,119,15); }

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

border-color css

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

 span { border-color: rgb(76,119,15); }

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