Shades of Green #086A15
Tints of Green #086A15
RGB
CMYK
RGB Variations
Color information
#086A15 (or 0x086A15) is known color: Green. HEX triplet: 08, 6A and 15. RGB value is (8,106,21). Sum of RGB (Red+Green+Blue) = 8+106+21=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 106 (41.80% from 255 or 78.52% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 106 - color contains mainly: green. Hex color #086A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086A15 is #F795EA. Grayscale: #434343. Windows color (decimal): -16225771 or 1403400. OLE color: 1403400.
HSL color Cylindrical-coordinate representation of color #086A15: hue angle of 127.96º 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 #086A15 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 21 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.58 |
| HSL | 127.96º | 0.86% | 0.22% | - |
| HSV(B) | 127.96º | 0.92% | 0.42% | - |
| XYZ | 5.39 | 10.41 | 2.44 | - |
| YUV | 67.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 21 | 0.92 | 0 | 0.80 | 0.58 | 127.96 | 0.86 | 0.22 |
| Hex | 8 | 6A | 15 | 5C | 0 | 50 | 3A | 80 | 56 | 16 |
| Octal | 10 | 152 | 25 | 134 | 0 | 120 | 72 | 200 | 126 | 26 |
| Binary | 1000 | 1101010 | 10101 | 1011100 | 0 | 1010000 | 111010 | 10000000 | 1010110 | 10110 |
Color Harmonies of #086A15
Complementary color
Monochromatic Colors of #086A15
Black with #086A15
Text Example
Text Example
White with #086A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A15; }
p { color: rgb(8,106,21); }
H1.HeaderClassName
{
color: #086A15;
}
.AnyTagClassName
{
color: #086A15;
}
</style>
background-color css
<style>
a { background-color: #086A15; }
a { background-color: rgb(8,106,21); }
div.DivClassName
{
background-color: #086A15;
}
.BgClassName
{
background-color: #086A15;
}
</style>
border-color css
<style>
span { border-color: #086A15; }
span { border-color: rgb(8,106,21); }
td.TdClassName
{
border-color: #086A15;
}
.TagClassName
{
border-color: #086A15;
}
</style>