#086D19

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

Shades of Green #086D19

Tints of Green #086D19

Color information

#086D19 (or 0x086D19) is unknown color: approx Green. HEX triplet: 08, 6D and 19. RGB value is (8,109,25). Sum of RGB (Red+Green+Blue) = 8+109+25=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 109 (42.97% from 255 or 76.76% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 109 - color contains mainly: green. Hex color #086D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086D19 is #F792E6. Grayscale: #454545. Windows color (decimal): -16224999 or 1666312. OLE color: 1666312.

HSL color Cylindrical-coordinate representation of color #086D19: hue angle of 130.1º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D19 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB810925-
CMYK0.9300.770.57
HSL130.1º86.32%22.94%-
HSV(B)130.1º92.66%42.75%-
XYZ5.7411.062.75-
YUV69.22103.0484.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 109 (42.97% from 255) = 76.76%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=5.63%
G=76.76%
B=17.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8109250.9300.770.57130.186.3222.94
Hex86D195D04D39825617
Octal101553113501157120212627
Binary100011011011100110111010100110111100110000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086D19; }

 p { color: rgb(8,109,25); }

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

<style>
 a { background-color: #086D19; }

 a { background-color: rgb(8,109,25); }

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

<style>
 span { border-color: #086D19; }

 span { border-color: rgb(8,109,25); }

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