#05870B

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

Shades of Green #05870B

Tints of Green #05870B

Color information

#05870B (or 0x05870B) is unknown color: approx Green. HEX triplet: 05, 87 and 0B. RGB value is (5,135,11). Sum of RGB (Red+Green+Blue) = 5+135+11=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 135 (53.12% from 255 or 89.40% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 135 - color contains mainly: green. Hex color #05870B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05870B is #FA78F4. Grayscale: #525252. Windows color (decimal): -16414965 or 755461. OLE color: 755461.

HSL color Cylindrical-coordinate representation of color #05870B: hue angle of 122.77º 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 #05870B is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB513511-
CMYK0.9600.920.47
HSL122.77º92.86%27.45%-
HSV(B)122.77º96.3%52.94%-
XYZ8.7917.383.21-
YUV81.9987.9373.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 135 (53.12% from 255) = 89.40%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=3.31%
G=89.40%
B=7.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5135110.9600.920.47122.7792.8627.45
Hex587B6005C2F7b5d1b
Octal52071314001345717313533
Binary1011000011110111100000010111001011111111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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