Shades of Green #086715
Tints of Green #086715
RGB
CMYK
RGB Variations
Color information
#086715 (or 0x086715) is known color: Green. HEX triplet: 08, 67 and 15. RGB value is (8,103,21). Sum of RGB (Red+Green+Blue) = 8+103+21=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 103 (40.62% from 255 or 78.03% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 103 - color contains mainly: green. Hex color #086715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086715 is #F798EA. Grayscale: #414141. Windows color (decimal): -16226539 or 1402632. OLE color: 1402632.
HSL color Cylindrical-coordinate representation of color #086715: hue angle of 128.21º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086715 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 21 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.60 |
| HSL | 128.21º | 0.86% | 0.22% | - |
| HSV(B) | 128.21º | 0.92% | 0.4% | - |
| XYZ | 5.09 | 9.81 | 2.33 | - |
| YUV | 65.25 | 103.03 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 21 | 0.92 | 0 | 0.80 | 0.60 | 128.21 | 0.86 | 0.22 |
| Hex | 8 | 67 | 15 | 5C | 0 | 50 | 3C | 80 | 56 | 16 |
| Octal | 10 | 147 | 25 | 134 | 0 | 120 | 74 | 200 | 126 | 26 |
| Binary | 1000 | 1100111 | 10101 | 1011100 | 0 | 1010000 | 111100 | 10000000 | 1010110 | 10110 |
Color Harmonies of #086715
Complementary color
Monochromatic Colors of #086715
Black with #086715
Text Example
Text Example
White with #086715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086715; }
p { color: rgb(8,103,21); }
H1.HeaderClassName
{
color: #086715;
}
.AnyTagClassName
{
color: #086715;
}
</style>
background-color css
<style>
a { background-color: #086715; }
a { background-color: rgb(8,103,21); }
div.DivClassName
{
background-color: #086715;
}
.BgClassName
{
background-color: #086715;
}
</style>
border-color css
<style>
span { border-color: #086715; }
span { border-color: rgb(8,103,21); }
td.TdClassName
{
border-color: #086715;
}
.TagClassName
{
border-color: #086715;
}
</style>