Shades of Dark Green #061C16
Tints of Dark Green #061C16
RGB
CMYK
RGB Variations
Color information
#061C16 (or 0x061C16) is known color: Dark Green. HEX triplet: 06, 1C and 16. RGB value is (6,28,22). Sum of RGB (Red+Green+Blue) = 6+28+22=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #061C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C16 is #F9E3E9. Grayscale: #141414. Windows color (decimal): -16376810 or 1448966. OLE color: 1448966.
HSL color Cylindrical-coordinate representation of color #061C16: hue angle of 163.64º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061C16 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 28 | 22 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.89 |
| HSL | 163.64º | 0.65% | 0.07% | - |
| HSV(B) | 163.64º | 0.79% | 0.11% | - |
| XYZ | 0.64 | 0.93 | 0.9 | - |
| YUV | 20.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 22 | 0.79 | 0 | 0.21 | 0.89 | 163.64 | 0.65 | 0.07 |
| Hex | 6 | 1C | 16 | 4F | 0 | 15 | 59 | A4 | 41 | 7 |
| Octal | 6 | 34 | 26 | 117 | 0 | 25 | 131 | 244 | 101 | 7 |
| Binary | 110 | 11100 | 10110 | 1001111 | 0 | 10101 | 1011001 | 10100100 | 1000001 | 111 |
Color Harmonies of #061C16
Complementary color
Monochromatic Colors of #061C16
Black with #061C16
Text Example
Text Example
White with #061C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C16; }
p { color: rgb(6,28,22); }
H1.HeaderClassName
{
color: #061C16;
}
.AnyTagClassName
{
color: #061C16;
}
</style>
background-color css
<style>
a { background-color: #061C16; }
a { background-color: rgb(6,28,22); }
div.DivClassName
{
background-color: #061C16;
}
.BgClassName
{
background-color: #061C16;
}
</style>
border-color css
<style>
span { border-color: #061C16; }
span { border-color: rgb(6,28,22); }
td.TdClassName
{
border-color: #061C16;
}
.TagClassName
{
border-color: #061C16;
}
</style>