Shades of Dark Green #080C0A
Tints of Dark Green #080C0A
RGB
CMYK
RGB Variations
Color information
#080C0A (or 0x080C0A) is known color: Dark Green. HEX triplet: 08, 0C and 0A. RGB value is (8,12,10). Sum of RGB (Red+Green+Blue) = 8+12+10=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 12 - color contains mainly: green. Hex color #080C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C0A is #F7F3F5. Grayscale: #0A0A0A. Windows color (decimal): -16249846 or 658440. OLE color: 658440.
HSL color Cylindrical-coordinate representation of color #080C0A: hue angle of 150º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #080C0A is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 12 | 10 | - |
CMYK | 0.33 | 0 | 0.17 | 0.95 |
HSL | 150º | 0.2% | 0.04% | - |
HSV(B) | 150º | 0.33% | 0.05% | - |
XYZ | 0.29 | 0.34 | 0.34 | - |
YUV | 10.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 12 | 10 | 0.33 | 0 | 0.17 | 0.95 | 150 | 0.2 | 0.04 |
Hex | 8 | C | A | 21 | 0 | 11 | 5F | 96 | 14 | 4 |
Octal | 10 | 14 | 12 | 41 | 0 | 21 | 137 | 226 | 24 | 4 |
Binary | 1000 | 1100 | 1010 | 100001 | 0 | 10001 | 1011111 | 10010110 | 10100 | 100 |
Color Harmonies of #080C0A
Complementary color
Monochromatic Colors of #080C0A
Black with #080C0A
Text Example
Text Example
White with #080C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C0A; }
p { color: rgb(8,12,10); }
H1.HeaderClassName
{
color: #080C0A;
}
.AnyTagClassName
{
color: #080C0A;
}
</style>
background-color css
<style>
a { background-color: #080C0A; }
a { background-color: rgb(8,12,10); }
div.DivClassName
{
background-color: #080C0A;
}
.BgClassName
{
background-color: #080C0A;
}
</style>
border-color css
<style>
span { border-color: #080C0A; }
span { border-color: rgb(8,12,10); }
td.TdClassName
{
border-color: #080C0A;
}
.TagClassName
{
border-color: #080C0A;
}
</style>