#086A10

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

Shades of Green #086A10

Tints of Green #086A10

Color information

#086A10 (or 0x086A10) is unknown color: approx Green. HEX triplet: 08, 6A and 10. RGB value is (8,106,16). Sum of RGB (Red+Green+Blue) = 8+106+16=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #086A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086A10 is #F795EF. Grayscale: #424242. Windows color (decimal): -16225776 or 1075720. OLE color: 1075720.

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

Color convert

RGB810616-
CMYK0.9200.850.58
HSL124.9º85.96%22.35%-
HSV(B)124.9º92.45%41.57%-
XYZ5.3510.42.22-
YUV66.4499.5386.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 106 (41.80% from 255) = 81.54%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=6.15%
G=81.54%
B=12.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106160.9200.850.58124.985.9622.35
Hex86A105C0553A7d5616
Octal101522013401257217512626
Binary10001101010100001011100010101011110101111101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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