#08701A

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

Shades of Green #08701A

Tints of Green #08701A

Color information

#08701A (or 0x08701A) is unknown color: approx Green. HEX triplet: 08, 70 and 1A. RGB value is (8,112,26). Sum of RGB (Red+Green+Blue) = 8+112+26=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #08701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08701A is #F78FE5. Grayscale: #474747. Windows color (decimal): -16224230 or 1732616. OLE color: 1732616.

HSL color Cylindrical-coordinate representation of color #08701A: hue angle of 130.38º 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 #08701A is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB811226-
CMYK0.9300.770.56
HSL130.38º86.67%23.53%-
HSV(B)130.38º92.86%43.92%-
XYZ6.0811.712.92-
YUV71.1102.5482.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 112 (44.14% from 255) = 76.71%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=5.48%
G=76.71%
B=17.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112260.9300.770.56130.3886.6723.53
Hex8701A5D04D38825718
Octal101603213501157020212730
Binary100011100001101010111010100110111100010000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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