Html Css Color HEX #05710C Green

📋 copy color: '#05710C'

red 5 ◦ green 113 ◦ blue 12

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

Shades of Green #05710C

Tints of Green #05710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 86.92%

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

R = 3.85%
G = 86.92%
B = 9.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#05710C (or 0x05710C) is known color: Green. HEX triplet: 05, 71 and 0C. RGB value is (5,113,12). Sum of RGB (Red+Green+Blue) = 5+113+12=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 113 (44.53% from 255 or 86.92% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 113 - color contains mainly: green. Hex color #05710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05710C is #FA8EF3. Grayscale: #454545. Windows color (decimal): -16420596 or 815365. OLE color: 815365.

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

Color convert

RGB 5 113 12 -
CMYK 0.96 0 0.89 0.56
HSL 123.89º 0.92% 0.23% -
HSV(B) 123.89º 0.96% 0.44% -
XYZ 6.03 11.87 2.32 -
YUV 69.19 95.72 82.21 -
System Red Green Blue C M Y K H S L
Decimal 5 113 12 0.96 0 0.89 0.56 123.89 0.92 0.23
Hex 5 71 C 60 0 59 38 7C 5C 17
Octal 5 161 14 140 0 131 70 174 134 27
Binary 101 1110001 1100 1100000 0 1011001 111000 1111100 1011100 10111

Color Harmonies of #05710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05710C

Black with #05710C

Text Example


Text Example

White with #05710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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