Shades of Green #08690B
Tints of Green #08690B
RGB
CMYK
RGB Variations
Color information
#08690B (or 0x08690B) is known color: Green. HEX triplet: 08, 69 and 0B. RGB value is (8,105,11). Sum of RGB (Red+Green+Blue) = 8+105+11=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 105 (41.41% from 255 or 84.68% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 105 - color contains mainly: green. Hex color #08690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08690B is #F796F4. Grayscale: #414141. Windows color (decimal): -16226037 or 747784. OLE color: 747784.
HSL color Cylindrical-coordinate representation of color #08690B: hue angle of 121.86º 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 #08690B is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 11 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.59 |
| HSL | 121.86º | 0.86% | 0.22% | - |
| HSV(B) | 121.86º | 0.92% | 0.41% | - |
| XYZ | 5.21 | 10.18 | 2.01 | - |
| YUV | 65.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 11 | 0.92 | 0 | 0.90 | 0.59 | 121.86 | 0.86 | 0.22 |
| Hex | 8 | 69 | B | 5C | 0 | 5A | 3B | 7A | 56 | 16 |
| Octal | 10 | 151 | 13 | 134 | 0 | 132 | 73 | 172 | 126 | 26 |
| Binary | 1000 | 1101001 | 1011 | 1011100 | 0 | 1011010 | 111011 | 1111010 | 1010110 | 10110 |
Color Harmonies of #08690B
Complementary color
Monochromatic Colors of #08690B
Black with #08690B
Text Example
Text Example
White with #08690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08690B; }
p { color: rgb(8,105,11); }
H1.HeaderClassName
{
color: #08690B;
}
.AnyTagClassName
{
color: #08690B;
}
</style>
background-color css
<style>
a { background-color: #08690B; }
a { background-color: rgb(8,105,11); }
div.DivClassName
{
background-color: #08690B;
}
.BgClassName
{
background-color: #08690B;
}
</style>
border-color css
<style>
span { border-color: #08690B; }
span { border-color: rgb(8,105,11); }
td.TdClassName
{
border-color: #08690B;
}
.TagClassName
{
border-color: #08690B;
}
</style>