Html Css Color HEX #08701A Green

📋 copy color: '#08701A'

red 8 ◦ green 112 ◦ blue 26

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

Shades of Green #08701A

Tints of Green #08701A

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 value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#08701A (or 0x08701A) is known color: 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

RGB 8 112 26 -
CMYK 0.93 0 0.77 0.56
HSL 130.38º 0.87% 0.24% -
HSV(B) 130.38º 0.93% 0.44% -
XYZ 6.08 11.71 2.92 -
YUV 71.1 102.54 82.99 -
System Red Green Blue C M Y K H S L
Decimal 8 112 26 0.93 0 0.77 0.56 130.38 0.87 0.24
Hex 8 70 1A 5D 0 4D 38 82 57 18
Octal 10 160 32 135 0 115 70 202 127 30
Binary 1000 1110000 11010 1011101 0 1001101 111000 10000010 1010111 11000

Color Harmonies of #08701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08701A

Black with #08701A

Text Example


Text Example

White with #08701A

Text Example


Text Example

HTML Codes & Css Web 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>