Shades of Green #086914
Tints of Green #086914
RGB
CMYK
RGB Variations
Color information
#086914 (or 0x086914) is known color: Green. HEX triplet: 08, 69 and 14. RGB value is (8,105,20). Sum of RGB (Red+Green+Blue) = 8+105+20=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 105 (41.41% from 255 or 78.95% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 105 - color contains mainly: green. Hex color #086914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086914 is #F796EB. Grayscale: #424242. Windows color (decimal): -16226028 or 1337608. OLE color: 1337608.
HSL color Cylindrical-coordinate representation of color #086914: hue angle of 127.42º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086914 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 20 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.59 |
| HSL | 127.42º | 0.86% | 0.22% | - |
| HSV(B) | 127.42º | 0.92% | 0.41% | - |
| XYZ | 5.28 | 10.21 | 2.35 | - |
| YUV | 66.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 20 | 0.92 | 0 | 0.81 | 0.59 | 127.42 | 0.86 | 0.22 |
| Hex | 8 | 69 | 14 | 5C | 0 | 51 | 3B | 7F | 56 | 16 |
| Octal | 10 | 151 | 24 | 134 | 0 | 121 | 73 | 177 | 126 | 26 |
| Binary | 1000 | 1101001 | 10100 | 1011100 | 0 | 1010001 | 111011 | 1111111 | 1010110 | 10110 |
Color Harmonies of #086914
Complementary color
Monochromatic Colors of #086914
Black with #086914
Text Example
Text Example
White with #086914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086914; }
p { color: rgb(8,105,20); }
H1.HeaderClassName
{
color: #086914;
}
.AnyTagClassName
{
color: #086914;
}
</style>
background-color css
<style>
a { background-color: #086914; }
a { background-color: rgb(8,105,20); }
div.DivClassName
{
background-color: #086914;
}
.BgClassName
{
background-color: #086914;
}
</style>
border-color css
<style>
span { border-color: #086914; }
span { border-color: rgb(8,105,20); }
td.TdClassName
{
border-color: #086914;
}
.TagClassName
{
border-color: #086914;
}
</style>