Shades of Dark Green #080B0A
Tints of Dark Green #080B0A
RGB
CMYK
RGB Variations
Color information
#080B0A (or 0x080B0A) is known color: Dark Green. HEX triplet: 08, 0B and 0A. RGB value is (8,11,10). Sum of RGB (Red+Green+Blue) = 8+11+10=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 11 - color contains mainly: green. Hex color #080B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0A is #F7F4F5. Grayscale: #090909. Windows color (decimal): -16250102 or 658184. OLE color: 658184.
HSL color Cylindrical-coordinate representation of color #080B0A: hue angle of 160º 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 #080B0A is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 11 | 10 | - |
CMYK | 0.27 | 0 | 0.09 | 0.96 |
HSL | 160º | 0.16% | 0.04% | - |
HSV(B) | 160º | 0.27% | 0.04% | - |
XYZ | 0.27 | 0.31 | 0.33 | - |
YUV | 9.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 11 | 10 | 0.27 | 0 | 0.09 | 0.96 | 160 | 0.16 | 0.04 |
Hex | 8 | B | A | 1B | 0 | 9 | 60 | A0 | 10 | 4 |
Octal | 10 | 13 | 12 | 33 | 0 | 11 | 140 | 240 | 20 | 4 |
Binary | 1000 | 1011 | 1010 | 11011 | 0 | 1001 | 1100000 | 10100000 | 10000 | 100 |
Color Harmonies of #080B0A
Complementary color
Monochromatic Colors of #080B0A
Black with #080B0A
Text Example
Text Example
White with #080B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B0A; }
p { color: rgb(8,11,10); }
H1.HeaderClassName
{
color: #080B0A;
}
.AnyTagClassName
{
color: #080B0A;
}
</style>
background-color css
<style>
a { background-color: #080B0A; }
a { background-color: rgb(8,11,10); }
div.DivClassName
{
background-color: #080B0A;
}
.BgClassName
{
background-color: #080B0A;
}
</style>
border-color css
<style>
span { border-color: #080B0A; }
span { border-color: rgb(8,11,10); }
td.TdClassName
{
border-color: #080B0A;
}
.TagClassName
{
border-color: #080B0A;
}
</style>