#086D14

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

Shades of Green #086D14

Tints of Green #086D14

Color information

#086D14 (or 0x086D14) is unknown color: approx Green. HEX triplet: 08, 6D and 14. RGB value is (8,109,20). Sum of RGB (Red+Green+Blue) = 8+109+20=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 109 (42.97% from 255 or 79.56% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 109 - color contains mainly: green. Hex color #086D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086D14 is #F792EB. Grayscale: #444444. Windows color (decimal): -16225004 or 1338632. OLE color: 1338632.

HSL color Cylindrical-coordinate representation of color #086D14: hue angle of 127.13º 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 #086D14 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB810920-
CMYK0.9300.820.57
HSL127.13º86.32%22.94%-
HSV(B)127.13º92.66%42.75%-
XYZ5.711.042.49-
YUV68.66100.5484.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 109 (42.97% from 255) = 79.56%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=5.84%
G=79.56%
B=14.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8109200.9300.820.57127.1386.3222.94
Hex86D145D052397f5617
Octal101552413501227117712627
Binary10001101101101001011101010100101110011111111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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