Shades of Dark Green #061918
Tints of Dark Green #061918
RGB
CMYK
RGB Variations
Color information
#061918 (or 0x061918) is known color: Dark Green. HEX triplet: 06, 19 and 18. RGB value is (6,25,24). Sum of RGB (Red+Green+Blue) = 6+25+24=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #061918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061918 is #F9E6E7. Grayscale: #131313. Windows color (decimal): -16377576 or 1579270. OLE color: 1579270.
HSL color Cylindrical-coordinate representation of color #061918: hue angle of 176.84º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #061918 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 25 | 24 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.90 |
| HSL | 176.84º | 0.61% | 0.06% | - |
| HSV(B) | 176.84º | 0.76% | 0.1% | - |
| XYZ | 0.59 | 0.8 | 0.99 | - |
| YUV | 19.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 24 | 0.76 | 0 | 0.04 | 0.90 | 176.84 | 0.61 | 0.06 |
| Hex | 6 | 19 | 18 | 4C | 0 | 4 | 5A | B1 | 3D | 6 |
| Octal | 6 | 31 | 30 | 114 | 0 | 4 | 132 | 261 | 75 | 6 |
| Binary | 110 | 11001 | 11000 | 1001100 | 0 | 100 | 1011010 | 10110001 | 111101 | 110 |
Color Harmonies of #061918
Complementary color
Monochromatic Colors of #061918
Black with #061918
Text Example
Text Example
White with #061918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061918; }
p { color: rgb(6,25,24); }
H1.HeaderClassName
{
color: #061918;
}
.AnyTagClassName
{
color: #061918;
}
</style>
background-color css
<style>
a { background-color: #061918; }
a { background-color: rgb(6,25,24); }
div.DivClassName
{
background-color: #061918;
}
.BgClassName
{
background-color: #061918;
}
</style>
border-color css
<style>
span { border-color: #061918; }
span { border-color: rgb(6,25,24); }
td.TdClassName
{
border-color: #061918;
}
.TagClassName
{
border-color: #061918;
}
</style>