Html Css Color HEX #05720C Green

📋 copy color: '#05720C'

red 5 ◦ green 114 ◦ blue 12

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

Shades of Green #05720C

Tints of Green #05720C

RGB

 RED value IS 5 (2.34% from 255) = 3.82%

 GREEN value IS 114 (44.92% from 255) = 87.02%

 BLUE value IS 12 (5.08% from 255) = 9.16%

R = 3.82%
G = 87.02%
B = 9.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#05720C (or 0x05720C) is known color: Green. HEX triplet: 05, 72 and 0C. RGB value is (5,114,12). Sum of RGB (Red+Green+Blue) = 5+114+12=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 114 (44.92% from 255 or 87.02% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 114 - color contains mainly: green. Hex color #05720C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05720C is #FA8DF3. Grayscale: #464646. Windows color (decimal): -16420340 or 815621. OLE color: 815621.

HSL color Cylindrical-coordinate representation of color #05720C: hue angle of 123.85º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05720C is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 12 -
CMYK 0.96 0 0.89 0.55
HSL 123.85º 0.92% 0.23% -
HSV(B) 123.85º 0.96% 0.45% -
XYZ 6.15 12.09 2.36 -
YUV 69.78 95.39 81.79 -
System Red Green Blue C M Y K H S L
Decimal 5 114 12 0.96 0 0.89 0.55 123.85 0.92 0.23
Hex 5 72 C 60 0 59 37 7C 5C 17
Octal 5 162 14 140 0 131 67 174 134 27
Binary 101 1110010 1100 1100000 0 1011001 110111 1111100 1011100 10111

Color Harmonies of #05720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05720C

Black with #05720C

Text Example


Text Example

White with #05720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05720C; }

 p { color: rgb(5,114,12); }

 H1.HeaderClassName
 {
   color: #05720C;
 }
 .AnyTagClassName
 {
   color: #05720C;
 }
</style>

background-color css

<style>
 a { background-color: #05720C; }

 a { background-color: rgb(5,114,12); }

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

border-color css

<style>
 span { border-color: #05720C; }

 span { border-color: rgb(5,114,12); }

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