Shades of Dark Green #080F0E
Tints of Dark Green #080F0E
RGB
CMYK
RGB Variations
Color information
#080F0E (or 0x080F0E) is known color: Dark Green. HEX triplet: 08, 0F and 0E. RGB value is (8,15,14). Sum of RGB (Red+Green+Blue) = 8+15+14=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 15 - color contains mainly: green. Hex color #080F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F0E is #F7F0F1. Grayscale: #0C0C0C. Windows color (decimal): -16249074 or 921352. OLE color: 921352.
HSL color Cylindrical-coordinate representation of color #080F0E: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080F0E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 15 | 14 | - |
CMYK | 0.47 | 0 | 0.07 | 0.94 |
HSL | 171.43º | 0.3% | 0.05% | - |
HSV(B) | 171.43º | 0.47% | 0.06% | - |
XYZ | 0.35 | 0.42 | 0.48 | - |
YUV | 12.79 | 128.68 | 124.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 15 | 14 | 0.47 | 0 | 0.07 | 0.94 | 171.43 | 0.3 | 0.05 |
Hex | 8 | F | E | 2F | 0 | 7 | 5E | AB | 1E | 5 |
Octal | 10 | 17 | 16 | 57 | 0 | 7 | 136 | 253 | 36 | 5 |
Binary | 1000 | 1111 | 1110 | 101111 | 0 | 111 | 1011110 | 10101011 | 11110 | 101 |
Color Harmonies of #080F0E
Complementary color
Monochromatic Colors of #080F0E
Black with #080F0E
Text Example
Text Example
White with #080F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F0E; }
p { color: rgb(8,15,14); }
H1.HeaderClassName
{
color: #080F0E;
}
.AnyTagClassName
{
color: #080F0E;
}
</style>
background-color css
<style>
a { background-color: #080F0E; }
a { background-color: rgb(8,15,14); }
div.DivClassName
{
background-color: #080F0E;
}
.BgClassName
{
background-color: #080F0E;
}
</style>
border-color css
<style>
span { border-color: #080F0E; }
span { border-color: rgb(8,15,14); }
td.TdClassName
{
border-color: #080F0E;
}
.TagClassName
{
border-color: #080F0E;
}
</style>