Shades of Dark Green #062116
Tints of Dark Green #062116
RGB
CMYK
RGB Variations
Color information
#062116 (or 0x062116) is known color: Dark Green. HEX triplet: 06, 21 and 16. RGB value is (6,33,22). Sum of RGB (Red+Green+Blue) = 6+33+22=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #062116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062116 is #F9DEE9. Grayscale: #171717. Windows color (decimal): -16375530 or 1450246. OLE color: 1450246.
HSL color Cylindrical-coordinate representation of color #062116: hue angle of 155.56º 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 #062116 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 22 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.87 |
| HSL | 155.56º | 0.69% | 0.08% | - |
| HSV(B) | 155.56º | 0.82% | 0.13% | - |
| XYZ | 0.76 | 1.18 | 0.95 | - |
| YUV | 23.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 22 | 0.82 | 0 | 0.33 | 0.87 | 155.56 | 0.69 | 0.08 |
| Hex | 6 | 21 | 16 | 52 | 0 | 21 | 57 | 9C | 45 | 8 |
| Octal | 6 | 41 | 26 | 122 | 0 | 41 | 127 | 234 | 105 | 10 |
| Binary | 110 | 100001 | 10110 | 1010010 | 0 | 100001 | 1010111 | 10011100 | 1000101 | 1000 |
Color Harmonies of #062116
Complementary color
Monochromatic Colors of #062116
Black with #062116
Text Example
Text Example
White with #062116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062116; }
p { color: rgb(6,33,22); }
H1.HeaderClassName
{
color: #062116;
}
.AnyTagClassName
{
color: #062116;
}
</style>
background-color css
<style>
a { background-color: #062116; }
a { background-color: rgb(6,33,22); }
div.DivClassName
{
background-color: #062116;
}
.BgClassName
{
background-color: #062116;
}
</style>
border-color css
<style>
span { border-color: #062116; }
span { border-color: rgb(6,33,22); }
td.TdClassName
{
border-color: #062116;
}
.TagClassName
{
border-color: #062116;
}
</style>