Shades of Dark Green #062110
Tints of Dark Green #062110
RGB
CMYK
RGB Variations
Color information
#062110 (or 0x062110) is known color: Dark Green. HEX triplet: 06, 21 and 10. RGB value is (6,33,16). Sum of RGB (Red+Green+Blue) = 6+33+16=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #062110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062110 is #F9DEEF. Grayscale: #171717. Windows color (decimal): -16375536 or 1057030. OLE color: 1057030.
HSL color Cylindrical-coordinate representation of color #062110: hue angle of 142.22º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062110 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 16 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.87 |
| HSL | 142.22º | 0.69% | 0.08% | - |
| HSV(B) | 142.22º | 0.82% | 0.13% | - |
| XYZ | 0.71 | 1.16 | 0.68 | - |
| YUV | 22.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 16 | 0.82 | 0 | 0.52 | 0.87 | 142.22 | 0.69 | 0.08 |
| Hex | 6 | 21 | 10 | 52 | 0 | 34 | 57 | 8E | 45 | 8 |
| Octal | 6 | 41 | 20 | 122 | 0 | 64 | 127 | 216 | 105 | 10 |
| Binary | 110 | 100001 | 10000 | 1010010 | 0 | 110100 | 1010111 | 10001110 | 1000101 | 1000 |
Color Harmonies of #062110
Complementary color
Monochromatic Colors of #062110
Black with #062110
Text Example
Text Example
White with #062110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062110; }
p { color: rgb(6,33,16); }
H1.HeaderClassName
{
color: #062110;
}
.AnyTagClassName
{
color: #062110;
}
</style>
background-color css
<style>
a { background-color: #062110; }
a { background-color: rgb(6,33,16); }
div.DivClassName
{
background-color: #062110;
}
.BgClassName
{
background-color: #062110;
}
</style>
border-color css
<style>
span { border-color: #062110; }
span { border-color: rgb(6,33,16); }
td.TdClassName
{
border-color: #062110;
}
.TagClassName
{
border-color: #062110;
}
</style>