#08700A

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

Shades of Green #08700A

Tints of Green #08700A

Color information

#08700A (or 0x08700A) is unknown color: approx Green. HEX triplet: 08, 70 and 0A. RGB value is (8,112,10). Sum of RGB (Red+Green+Blue) = 8+112+10=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 112 (44.14% from 255 or 86.15% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 112 - color contains mainly: green. Hex color #08700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08700A is #F78FF5. Grayscale: #454545. Windows color (decimal): -16224246 or 684040. OLE color: 684040.

HSL color Cylindrical-coordinate representation of color #08700A: hue angle of 121.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08700A is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB811210-
CMYK0.9300.910.56
HSL121.15º86.67%23.53%-
HSV(B)121.15º92.86%43.92%-
XYZ5.9511.662.22-
YUV69.2894.5484.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 112 (44.14% from 255) = 86.15%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=6.15%
G=86.15%
B=7.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112100.9300.910.56121.1586.6723.53
Hex870A5D05B38795718
Octal101601213501337017112730
Binary1000111000010101011101010110111110001111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08700A; }

 p { color: rgb(8,112,10); }

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

<style>
 a { background-color: #08700A; }

 a { background-color: rgb(8,112,10); }

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

<style>
 span { border-color: #08700A; }

 span { border-color: rgb(8,112,10); }

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