Shades of Dark Green #061712
Tints of Dark Green #061712
RGB
CMYK
RGB Variations
Color information
#061712 (or 0x061712) is known color: Dark Green. HEX triplet: 06, 17 and 12. RGB value is (6,23,18). Sum of RGB (Red+Green+Blue) = 6+23+18=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #061712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061712 is #F9E8ED. Grayscale: #111111. Windows color (decimal): -16378094 or 1185542. OLE color: 1185542.
HSL color Cylindrical-coordinate representation of color #061712: hue angle of 162.35º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #061712 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 23 | 18 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.91 |
| HSL | 162.35º | 0.59% | 0.06% | - |
| HSV(B) | 162.35º | 0.74% | 0.09% | - |
| XYZ | 0.49 | 0.7 | 0.68 | - |
| YUV | 17.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 18 | 0.74 | 0 | 0.22 | 0.91 | 162.35 | 0.59 | 0.06 |
| Hex | 6 | 17 | 12 | 4A | 0 | 16 | 5B | A2 | 3B | 6 |
| Octal | 6 | 27 | 22 | 112 | 0 | 26 | 133 | 242 | 73 | 6 |
| Binary | 110 | 10111 | 10010 | 1001010 | 0 | 10110 | 1011011 | 10100010 | 111011 | 110 |
Color Harmonies of #061712
Complementary color
Monochromatic Colors of #061712
Black with #061712
Text Example
Text Example
White with #061712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061712; }
p { color: rgb(6,23,18); }
H1.HeaderClassName
{
color: #061712;
}
.AnyTagClassName
{
color: #061712;
}
</style>
background-color css
<style>
a { background-color: #061712; }
a { background-color: rgb(6,23,18); }
div.DivClassName
{
background-color: #061712;
}
.BgClassName
{
background-color: #061712;
}
</style>
border-color css
<style>
span { border-color: #061712; }
span { border-color: rgb(6,23,18); }
td.TdClassName
{
border-color: #061712;
}
.TagClassName
{
border-color: #061712;
}
</style>