#086A0A

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

Shades of Green #086A0A

Tints of Green #086A0A

Color information

#086A0A (or 0x086A0A) is unknown color: approx Green. HEX triplet: 08, 6A and 0A. RGB value is (8,106,10). Sum of RGB (Red+Green+Blue) = 8+106+10=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 106 (41.80% from 255 or 85.48% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 106 - color contains mainly: green. Hex color #086A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086A0A is #F795F5. Grayscale: #424242. Windows color (decimal): -16225782 or 682504. OLE color: 682504.

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

Color convert

RGB810610-
CMYK0.9200.910.58
HSL121.22º85.96%22.35%-
HSV(B)121.22º92.45%41.57%-
XYZ5.3110.382.01-
YUV65.7596.5386.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 106 (41.80% from 255) = 85.48%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=6.45%
G=85.48%
B=8.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106100.9200.910.58121.2285.9622.35
Hex86AA5C05B3A795616
Octal101521213401337217112626
Binary1000110101010101011100010110111110101111001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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