Shades of Dark Green #06170C
Tints of Dark Green #06170C
RGB
CMYK
RGB Variations
Color information
#06170C (or 0x06170C) is known color: Dark Green. HEX triplet: 06, 17 and 0C. RGB value is (6,23,12). Sum of RGB (Red+Green+Blue) = 6+23+12=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #06170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06170C is #F9E8F3. Grayscale: #101010. Windows color (decimal): -16378100 or 792326. OLE color: 792326.
HSL color Cylindrical-coordinate representation of color #06170C: hue angle of 141.18º 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 #06170C is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 23 | 12 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.91 |
| HSL | 141.18º | 0.59% | 0.06% | - |
| HSV(B) | 141.18º | 0.74% | 0.09% | - |
| XYZ | 0.45 | 0.68 | 0.46 | - |
| YUV | 16.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 12 | 0.74 | 0 | 0.48 | 0.91 | 141.18 | 0.59 | 0.06 |
| Hex | 6 | 17 | C | 4A | 0 | 30 | 5B | 8D | 3B | 6 |
| Octal | 6 | 27 | 14 | 112 | 0 | 60 | 133 | 215 | 73 | 6 |
| Binary | 110 | 10111 | 1100 | 1001010 | 0 | 110000 | 1011011 | 10001101 | 111011 | 110 |
Color Harmonies of #06170C
Complementary color
Monochromatic Colors of #06170C
Black with #06170C
Text Example
Text Example
White with #06170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06170C; }
p { color: rgb(6,23,12); }
H1.HeaderClassName
{
color: #06170C;
}
.AnyTagClassName
{
color: #06170C;
}
</style>
background-color css
<style>
a { background-color: #06170C; }
a { background-color: rgb(6,23,12); }
div.DivClassName
{
background-color: #06170C;
}
.BgClassName
{
background-color: #06170C;
}
</style>
border-color css
<style>
span { border-color: #06170C; }
span { border-color: rgb(6,23,12); }
td.TdClassName
{
border-color: #06170C;
}
.TagClassName
{
border-color: #06170C;
}
</style>