Shades of Dark Green #060F0C
Tints of Dark Green #060F0C
RGB
CMYK
RGB Variations
Color information
#060F0C (or 0x060F0C) is known color: Dark Green. HEX triplet: 06, 0F and 0C. RGB value is (6,15,12). Sum of RGB (Red+Green+Blue) = 6+15+12=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #060F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F0C is #F9F0F3. Grayscale: #0B0B0B. Windows color (decimal): -16380148 or 790278. OLE color: 790278.
HSL color Cylindrical-coordinate representation of color #060F0C: hue angle of 160º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060F0C is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 6 | 15 | 12 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.94 |
| HSL | 160º | 0.43% | 0.04% | - |
| HSV(B) | 160º | 0.6% | 0.06% | - |
| XYZ | 0.31 | 0.41 | 0.41 | - |
| YUV | 11.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 12 | 0.60 | 0 | 0.20 | 0.94 | 160 | 0.43 | 0.04 |
| Hex | 6 | F | C | 3C | 0 | 14 | 5E | A0 | 2B | 4 |
| Octal | 6 | 17 | 14 | 74 | 0 | 24 | 136 | 240 | 53 | 4 |
| Binary | 110 | 1111 | 1100 | 111100 | 0 | 10100 | 1011110 | 10100000 | 101011 | 100 |
Color Harmonies of #060F0C
Complementary color
Monochromatic Colors of #060F0C
Black with #060F0C
Text Example
Text Example
White with #060F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F0C; }
p { color: rgb(6,15,12); }
H1.HeaderClassName
{
color: #060F0C;
}
.AnyTagClassName
{
color: #060F0C;
}
</style>
background-color css
<style>
a { background-color: #060F0C; }
a { background-color: rgb(6,15,12); }
div.DivClassName
{
background-color: #060F0C;
}
.BgClassName
{
background-color: #060F0C;
}
</style>
border-color css
<style>
span { border-color: #060F0C; }
span { border-color: rgb(6,15,12); }
td.TdClassName
{
border-color: #060F0C;
}
.TagClassName
{
border-color: #060F0C;
}
</style>