Shades of Dark Green #080B0B
Tints of Dark Green #080B0B
RGB
CMYK
RGB Variations
Color information
#080B0B (or 0x080B0B) is known color: Dark Green. HEX triplet: 08, 0B and 0B. RGB value is (8,11,11). Sum of RGB (Red+Green+Blue) = 8+11+11=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #080B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0B is #F7F4F4. Grayscale: #0A0A0A. Windows color (decimal): -16250101 or 723720. OLE color: 723720.
HSL color Cylindrical-coordinate representation of color #080B0B: hue angle of 180º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #080B0B is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 11 | 11 | - |
| CMYK | 0.27 | 0 | 0 | 0.96 |
| HSL | 180º | 0.16% | 0.04% | - |
| HSV(B) | 180º | 0.27% | 0.04% | - |
| XYZ | 0.28 | 0.32 | 0.36 | - |
| YUV | 10.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 11 | 0.27 | 0 | 0 | 0.96 | 180 | 0.16 | 0.04 |
| Hex | 8 | B | B | 1B | 0 | 0 | 60 | B4 | 10 | 4 |
| Octal | 10 | 13 | 13 | 33 | 0 | 0 | 140 | 264 | 20 | 4 |
| Binary | 1000 | 1011 | 1011 | 11011 | 0 | 0 | 1100000 | 10110100 | 10000 | 100 |
Color Harmonies of #080B0B
Complementary color
Monochromatic Colors of #080B0B
Black with #080B0B
Text Example
Text Example
White with #080B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B0B; }
p { color: rgb(8,11,11); }
H1.HeaderClassName
{
color: #080B0B;
}
.AnyTagClassName
{
color: #080B0B;
}
</style>
background-color css
<style>
a { background-color: #080B0B; }
a { background-color: rgb(8,11,11); }
div.DivClassName
{
background-color: #080B0B;
}
.BgClassName
{
background-color: #080B0B;
}
</style>
border-color css
<style>
span { border-color: #080B0B; }
span { border-color: rgb(8,11,11); }
td.TdClassName
{
border-color: #080B0B;
}
.TagClassName
{
border-color: #080B0B;
}
</style>