Shades of Green #08690E
Tints of Green #08690E
RGB
CMYK
RGB Variations
Color information
#08690E (or 0x08690E) is known color: Green. HEX triplet: 08, 69 and 0E. RGB value is (8,105,14). Sum of RGB (Red+Green+Blue) = 8+105+14=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #08690E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08690E is #F796F1. Grayscale: #414141. Windows color (decimal): -16226034 or 944392. OLE color: 944392.
HSL color Cylindrical-coordinate representation of color #08690E: hue angle of 123.71º 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 #08690E is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 14 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.59 |
| HSL | 123.71º | 0.86% | 0.22% | - |
| HSV(B) | 123.71º | 0.92% | 0.41% | - |
| XYZ | 5.23 | 10.19 | 2.11 | - |
| YUV | 65.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 14 | 0.92 | 0 | 0.87 | 0.59 | 123.71 | 0.86 | 0.22 |
| Hex | 8 | 69 | E | 5C | 0 | 57 | 3B | 7C | 56 | 16 |
| Octal | 10 | 151 | 16 | 134 | 0 | 127 | 73 | 174 | 126 | 26 |
| Binary | 1000 | 1101001 | 1110 | 1011100 | 0 | 1010111 | 111011 | 1111100 | 1010110 | 10110 |
Color Harmonies of #08690E
Complementary color
Monochromatic Colors of #08690E
Black with #08690E
Text Example
Text Example
White with #08690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08690E; }
p { color: rgb(8,105,14); }
H1.HeaderClassName
{
color: #08690E;
}
.AnyTagClassName
{
color: #08690E;
}
</style>
background-color css
<style>
a { background-color: #08690E; }
a { background-color: rgb(8,105,14); }
div.DivClassName
{
background-color: #08690E;
}
.BgClassName
{
background-color: #08690E;
}
</style>
border-color css
<style>
span { border-color: #08690E; }
span { border-color: rgb(8,105,14); }
td.TdClassName
{
border-color: #08690E;
}
.TagClassName
{
border-color: #08690E;
}
</style>