Shades of Dark Green #060A0A
Tints of Dark Green #060A0A
RGB
CMYK
RGB Variations
Color information
#060A0A (or 0x060A0A) is known color: Dark Green. HEX triplet: 06, 0A and 0A. RGB value is (6,10,10). Sum of RGB (Red+Green+Blue) = 6+10+10=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #060A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A0A is #F9F5F5. Grayscale: #080808. Windows color (decimal): -16381430 or 657926. OLE color: 657926.
HSL color Cylindrical-coordinate representation of color #060A0A: hue angle of 180º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #060A0A is Cyan = 0.4, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 6 | 10 | 10 | - |
CMYK | 0.4 | 0 | 0 | 0.96 |
HSL | 180º | 0.25% | 0.03% | - |
HSV(B) | 180º | 0.4% | 0.04% | - |
XYZ | 0.24 | 0.28 | 0.33 | - |
YUV | 8.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 10 | 10 | 0.4 | 0 | 0 | 0.96 | 180 | 0.25 | 0.03 |
Hex | 6 | A | A | 28 | 0 | 0 | 60 | B4 | 19 | 3 |
Octal | 6 | 12 | 12 | 50 | 0 | 0 | 140 | 264 | 31 | 3 |
Binary | 110 | 1010 | 1010 | 101000 | 0 | 0 | 1100000 | 10110100 | 11001 | 11 |
Color Harmonies of #060A0A
Complementary color
Monochromatic Colors of #060A0A
Black with #060A0A
Text Example
Text Example
White with #060A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A0A; }
p { color: rgb(6,10,10); }
H1.HeaderClassName
{
color: #060A0A;
}
.AnyTagClassName
{
color: #060A0A;
}
</style>
background-color css
<style>
a { background-color: #060A0A; }
a { background-color: rgb(6,10,10); }
div.DivClassName
{
background-color: #060A0A;
}
.BgClassName
{
background-color: #060A0A;
}
</style>
border-color css
<style>
span { border-color: #060A0A; }
span { border-color: rgb(6,10,10); }
td.TdClassName
{
border-color: #060A0A;
}
.TagClassName
{
border-color: #060A0A;
}
</style>