Shades of Green #086A14
Tints of Green #086A14
RGB
CMYK
RGB Variations
Color information
#086A14 (or 0x086A14) is known color: Green. HEX triplet: 08, 6A and 14. RGB value is (8,106,20). Sum of RGB (Red+Green+Blue) = 8+106+20=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 106 (41.80% from 255 or 79.10% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 106 - color contains mainly: green. Hex color #086A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086A14 is #F795EB. Grayscale: #434343. Windows color (decimal): -16225772 or 1337864. OLE color: 1337864.
HSL color Cylindrical-coordinate representation of color #086A14: hue angle of 127.35º 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 #086A14 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 20 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.58 |
| HSL | 127.35º | 0.86% | 0.22% | - |
| HSV(B) | 127.35º | 0.92% | 0.42% | - |
| XYZ | 5.38 | 10.41 | 2.39 | - |
| YUV | 66.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 20 | 0.92 | 0 | 0.81 | 0.58 | 127.35 | 0.86 | 0.22 |
| Hex | 8 | 6A | 14 | 5C | 0 | 51 | 3A | 7F | 56 | 16 |
| Octal | 10 | 152 | 24 | 134 | 0 | 121 | 72 | 177 | 126 | 26 |
| Binary | 1000 | 1101010 | 10100 | 1011100 | 0 | 1010001 | 111010 | 1111111 | 1010110 | 10110 |
Color Harmonies of #086A14
Complementary color
Monochromatic Colors of #086A14
Black with #086A14
Text Example
Text Example
White with #086A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A14; }
p { color: rgb(8,106,20); }
H1.HeaderClassName
{
color: #086A14;
}
.AnyTagClassName
{
color: #086A14;
}
</style>
background-color css
<style>
a { background-color: #086A14; }
a { background-color: rgb(8,106,20); }
div.DivClassName
{
background-color: #086A14;
}
.BgClassName
{
background-color: #086A14;
}
</style>
border-color css
<style>
span { border-color: #086A14; }
span { border-color: rgb(8,106,20); }
td.TdClassName
{
border-color: #086A14;
}
.TagClassName
{
border-color: #086A14;
}
</style>