#05870C

Color #05870C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #05870C

Tints of Green #05870C

Color information

#05870C (or 0x05870C) is unknown color: approx Green. HEX triplet: 05, 87 and 0C. RGB value is (5,135,12). Sum of RGB (Red+Green+Blue) = 5+135+12=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 135 (53.12% from 255 or 88.82% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 135 - color contains mainly: green. Hex color #05870C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05870C is #FA78F3. Grayscale: #525252. Windows color (decimal): -16414964 or 820997. OLE color: 820997.

HSL color Cylindrical-coordinate representation of color #05870C: hue angle of 123.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05870C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB513512-
CMYK0.9600.910.47
HSL123.23º92.86%27.45%-
HSV(B)123.23º96.3%52.94%-
XYZ8.7917.393.24-
YUV82.1188.4373-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 135 (53.12% from 255) = 88.82%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=3.29%
G=88.82%
B=7.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5135120.9600.910.47123.2392.8627.45
Hex587C6005B2F7b5d1b
Octal52071414001335717313533
Binary1011000011111001100000010110111011111111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05870C;
 }
 .AnyTagClassName
 {
   color: #05870C;
 }
</style>
background-color css

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

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

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

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

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

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