Shades of Dark Green #081110
Tints of Dark Green #081110
RGB
CMYK
RGB Variations
Color information
#081110 (or 0x081110) is known color: Dark Green. HEX triplet: 08, 11 and 10. RGB value is (8,17,16). Sum of RGB (Red+Green+Blue) = 8+17+16=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #081110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081110 is #F7EEEF. Grayscale: #0E0E0E. Windows color (decimal): -16248560 or 1052936. OLE color: 1052936.
HSL color Cylindrical-coordinate representation of color #081110: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #081110 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 17 | 16 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.93 |
| HSL | 173.33º | 0.36% | 0.05% | - |
| HSV(B) | 173.33º | 0.53% | 0.07% | - |
| XYZ | 0.39 | 0.49 | 0.56 | - |
| YUV | 14.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 16 | 0.53 | 0 | 0.06 | 0.93 | 173.33 | 0.36 | 0.05 |
| Hex | 8 | 11 | 10 | 35 | 0 | 6 | 5D | AD | 24 | 5 |
| Octal | 10 | 21 | 20 | 65 | 0 | 6 | 135 | 255 | 44 | 5 |
| Binary | 1000 | 10001 | 10000 | 110101 | 0 | 110 | 1011101 | 10101101 | 100100 | 101 |
Color Harmonies of #081110
Complementary color
Monochromatic Colors of #081110
Black with #081110
Text Example
Text Example
White with #081110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081110; }
p { color: rgb(8,17,16); }
H1.HeaderClassName
{
color: #081110;
}
.AnyTagClassName
{
color: #081110;
}
</style>
background-color css
<style>
a { background-color: #081110; }
a { background-color: rgb(8,17,16); }
div.DivClassName
{
background-color: #081110;
}
.BgClassName
{
background-color: #081110;
}
</style>
border-color css
<style>
span { border-color: #081110; }
span { border-color: rgb(8,17,16); }
td.TdClassName
{
border-color: #081110;
}
.TagClassName
{
border-color: #081110;
}
</style>