Shades of Dark Green #061E16
Tints of Dark Green #061E16
RGB
CMYK
RGB Variations
Color information
#061E16 (or 0x061E16) is known color: Dark Green. HEX triplet: 06, 1E and 16. RGB value is (6,30,22). Sum of RGB (Red+Green+Blue) = 6+30+22=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #061E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E16 is #F9E1E9. Grayscale: #151515. Windows color (decimal): -16376298 or 1449478. OLE color: 1449478.
HSL color Cylindrical-coordinate representation of color #061E16: hue angle of 160º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061E16 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 22 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.88 |
| HSL | 160º | 0.67% | 0.07% | - |
| HSV(B) | 160º | 0.8% | 0.12% | - |
| XYZ | 0.68 | 1.03 | 0.92 | - |
| YUV | 21.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 22 | 0.80 | 0 | 0.27 | 0.88 | 160 | 0.67 | 0.07 |
| Hex | 6 | 1E | 16 | 50 | 0 | 1B | 58 | A0 | 43 | 7 |
| Octal | 6 | 36 | 26 | 120 | 0 | 33 | 130 | 240 | 103 | 7 |
| Binary | 110 | 11110 | 10110 | 1010000 | 0 | 11011 | 1011000 | 10100000 | 1000011 | 111 |
Color Harmonies of #061E16
Complementary color
Monochromatic Colors of #061E16
Black with #061E16
Text Example
Text Example
White with #061E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E16; }
p { color: rgb(6,30,22); }
H1.HeaderClassName
{
color: #061E16;
}
.AnyTagClassName
{
color: #061E16;
}
</style>
background-color css
<style>
a { background-color: #061E16; }
a { background-color: rgb(6,30,22); }
div.DivClassName
{
background-color: #061E16;
}
.BgClassName
{
background-color: #061E16;
}
</style>
border-color css
<style>
span { border-color: #061E16; }
span { border-color: rgb(6,30,22); }
td.TdClassName
{
border-color: #061E16;
}
.TagClassName
{
border-color: #061E16;
}
</style>