Shades of Dark Green #060B0A
Tints of Dark Green #060B0A
RGB
CMYK
RGB Variations
Color information
#060B0A (or 0x060B0A) is known color: Dark Green. HEX triplet: 06, 0B and 0A. RGB value is (6,11,10). Sum of RGB (Red+Green+Blue) = 6+11+10=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 11 - color contains mainly: green. Hex color #060B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B0A is #F9F4F5. Grayscale: #090909. Windows color (decimal): -16381174 or 658182. OLE color: 658182.
HSL color Cylindrical-coordinate representation of color #060B0A: hue angle of 168º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #060B0A is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
RGB | 6 | 11 | 10 | - |
CMYK | 0.45 | 0 | 0.09 | 0.96 |
HSL | 168º | 0.29% | 0.03% | - |
HSV(B) | 168º | 0.45% | 0.04% | - |
XYZ | 0.25 | 0.3 | 0.33 | - |
YUV | 9.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 11 | 10 | 0.45 | 0 | 0.09 | 0.96 | 168 | 0.29 | 0.03 |
Hex | 6 | B | A | 2D | 0 | 9 | 60 | A8 | 1D | 3 |
Octal | 6 | 13 | 12 | 55 | 0 | 11 | 140 | 250 | 35 | 3 |
Binary | 110 | 1011 | 1010 | 101101 | 0 | 1001 | 1100000 | 10101000 | 11101 | 11 |
Color Harmonies of #060B0A
Complementary color
Monochromatic Colors of #060B0A
Black with #060B0A
Text Example
Text Example
White with #060B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B0A; }
p { color: rgb(6,11,10); }
H1.HeaderClassName
{
color: #060B0A;
}
.AnyTagClassName
{
color: #060B0A;
}
</style>
background-color css
<style>
a { background-color: #060B0A; }
a { background-color: rgb(6,11,10); }
div.DivClassName
{
background-color: #060B0A;
}
.BgClassName
{
background-color: #060B0A;
}
</style>
border-color css
<style>
span { border-color: #060B0A; }
span { border-color: rgb(6,11,10); }
td.TdClassName
{
border-color: #060B0A;
}
.TagClassName
{
border-color: #060B0A;
}
</style>