#086B0E

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

Shades of Green #086B0E

Tints of Green #086B0E

Color information

#086B0E (or 0x086B0E) is unknown color: approx Green. HEX triplet: 08, 6B and 0E. RGB value is (8,107,14). Sum of RGB (Red+Green+Blue) = 8+107+14=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #086B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B0E is #F794F1. Grayscale: #434343. Windows color (decimal): -16225522 or 944904. OLE color: 944904.

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

Color convert

RGB810714-
CMYK0.9300.870.58
HSL123.64º86.09%22.55%-
HSV(B)123.64º92.52%41.96%-
XYZ5.4410.62.17-
YUV66.898.286.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 107 (42.19% from 255) = 82.95%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=6.20%
G=82.95%
B=10.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107140.9300.870.58123.6486.0922.55
Hex86BE5D0573A7c5617
Octal101531613501277217412627
Binary1000110101111101011101010101111110101111100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,107,14); }

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

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

 a { background-color: rgb(8,107,14); }

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

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

 span { border-color: rgb(8,107,14); }

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