#086B10

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

Shades of Green #086B10

Tints of Green #086B10

Color information

#086B10 (or 0x086B10) is unknown color: approx Green. HEX triplet: 08, 6B and 10. RGB value is (8,107,16). Sum of RGB (Red+Green+Blue) = 8+107+16=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 107 (42.19% from 255 or 81.68% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 107 - color contains mainly: green. Hex color #086B10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B10 is #F794EF. Grayscale: #434343. Windows color (decimal): -16225520 or 1075976. OLE color: 1075976.

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

Color convert

RGB810716-
CMYK0.9300.850.58
HSL124.85º86.09%22.55%-
HSV(B)124.85º92.52%41.96%-
XYZ5.4510.62.25-
YUV67.0299.285.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 107 (42.19% from 255) = 81.68%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=6.11%
G=81.68%
B=12.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107160.9300.850.58124.8586.0922.55
Hex86B105D0553A7d5617
Octal101532013501257217512627
Binary10001101011100001011101010101011110101111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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