Shades of Green #08680B
Tints of Green #08680B
RGB
CMYK
RGB Variations
Color information
#08680B (or 0x08680B) is known color: Green. HEX triplet: 08, 68 and 0B. RGB value is (8,104,11). Sum of RGB (Red+Green+Blue) = 8+104+11=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #08680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08680B is #F797F4. Grayscale: #404040. Windows color (decimal): -16226293 or 747528. OLE color: 747528.
HSL color Cylindrical-coordinate representation of color #08680B: hue angle of 121.88º 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 #08680B is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 11 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.59 |
| HSL | 121.88º | 0.86% | 0.22% | - |
| HSV(B) | 121.88º | 0.92% | 0.41% | - |
| XYZ | 5.11 | 9.98 | 1.97 | - |
| YUV | 64.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 11 | 0.92 | 0 | 0.89 | 0.59 | 121.88 | 0.86 | 0.22 |
| Hex | 8 | 68 | B | 5C | 0 | 59 | 3B | 7A | 56 | 16 |
| Octal | 10 | 150 | 13 | 134 | 0 | 131 | 73 | 172 | 126 | 26 |
| Binary | 1000 | 1101000 | 1011 | 1011100 | 0 | 1011001 | 111011 | 1111010 | 1010110 | 10110 |
Color Harmonies of #08680B
Complementary color
Monochromatic Colors of #08680B
Black with #08680B
Text Example
Text Example
White with #08680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08680B; }
p { color: rgb(8,104,11); }
H1.HeaderClassName
{
color: #08680B;
}
.AnyTagClassName
{
color: #08680B;
}
</style>
background-color css
<style>
a { background-color: #08680B; }
a { background-color: rgb(8,104,11); }
div.DivClassName
{
background-color: #08680B;
}
.BgClassName
{
background-color: #08680B;
}
</style>
border-color css
<style>
span { border-color: #08680B; }
span { border-color: rgb(8,104,11); }
td.TdClassName
{
border-color: #08680B;
}
.TagClassName
{
border-color: #08680B;
}
</style>