Shades of Green #086B0F
Tints of Green #086B0F
RGB
CMYK
RGB Variations
Color information
#086B0F (or 0x086B0F) is known color: Green. HEX triplet: 08, 6B and 0F. RGB value is (8,107,15). Sum of RGB (Red+Green+Blue) = 8+107+15=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 107 (42.19% from 255 or 82.31% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 107 - color contains mainly: green. Hex color #086B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B0F is #F794F0. Grayscale: #434343. Windows color (decimal): -16225521 or 1010440. OLE color: 1010440.
HSL color Cylindrical-coordinate representation of color #086B0F: hue angle of 124.24º 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 #086B0F is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 15 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.58 |
| HSL | 124.24º | 0.86% | 0.23% | - |
| HSV(B) | 124.24º | 0.93% | 0.42% | - |
| XYZ | 5.44 | 10.6 | 2.21 | - |
| YUV | 66.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 15 | 0.93 | 0 | 0.86 | 0.58 | 124.24 | 0.86 | 0.23 |
| Hex | 8 | 6B | F | 5D | 0 | 56 | 3A | 7C | 56 | 17 |
| Octal | 10 | 153 | 17 | 135 | 0 | 126 | 72 | 174 | 126 | 27 |
| Binary | 1000 | 1101011 | 1111 | 1011101 | 0 | 1010110 | 111010 | 1111100 | 1010110 | 10111 |
Color Harmonies of #086B0F
Complementary color
Monochromatic Colors of #086B0F
Black with #086B0F
Text Example
Text Example
White with #086B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B0F; }
p { color: rgb(8,107,15); }
H1.HeaderClassName
{
color: #086B0F;
}
.AnyTagClassName
{
color: #086B0F;
}
</style>
background-color css
<style>
a { background-color: #086B0F; }
a { background-color: rgb(8,107,15); }
div.DivClassName
{
background-color: #086B0F;
}
.BgClassName
{
background-color: #086B0F;
}
</style>
border-color css
<style>
span { border-color: #086B0F; }
span { border-color: rgb(8,107,15); }
td.TdClassName
{
border-color: #086B0F;
}
.TagClassName
{
border-color: #086B0F;
}
</style>