Shades of Dark Green #080A0A
Tints of Dark Green #080A0A
RGB
CMYK
RGB Variations
Color information
#080A0A (or 0x080A0A) is known color: Dark Green. HEX triplet: 08, 0A and 0A. RGB value is (8,10,10). Sum of RGB (Red+Green+Blue) = 8+10+10=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #080A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A0A is #F7F5F5. Grayscale: #090909. Windows color (decimal): -16250358 or 657928. OLE color: 657928.
HSL color Cylindrical-coordinate representation of color #080A0A: hue angle of 180º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #080A0A is Cyan = 0.2, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 10 | 10 | - |
CMYK | 0.2 | 0 | 0 | 0.96 |
HSL | 180º | 0.11% | 0.04% | - |
HSV(B) | 180º | 0.2% | 0.04% | - |
XYZ | 0.26 | 0.29 | 0.33 | - |
YUV | 9.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 10 | 10 | 0.2 | 0 | 0 | 0.96 | 180 | 0.11 | 0.04 |
Hex | 8 | A | A | 14 | 0 | 0 | 60 | B4 | B | 4 |
Octal | 10 | 12 | 12 | 24 | 0 | 0 | 140 | 264 | 13 | 4 |
Binary | 1000 | 1010 | 1010 | 10100 | 0 | 0 | 1100000 | 10110100 | 1011 | 100 |
Color Harmonies of #080A0A
Complementary color
Monochromatic Colors of #080A0A
Black with #080A0A
Text Example
Text Example
White with #080A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A0A; }
p { color: rgb(8,10,10); }
H1.HeaderClassName
{
color: #080A0A;
}
.AnyTagClassName
{
color: #080A0A;
}
</style>
background-color css
<style>
a { background-color: #080A0A; }
a { background-color: rgb(8,10,10); }
div.DivClassName
{
background-color: #080A0A;
}
.BgClassName
{
background-color: #080A0A;
}
</style>
border-color css
<style>
span { border-color: #080A0A; }
span { border-color: rgb(8,10,10); }
td.TdClassName
{
border-color: #080A0A;
}
.TagClassName
{
border-color: #080A0A;
}
</style>