Shades of Dark Spring Green #16704C
Tints of Dark Spring Green #16704C
RGB
CMYK
RGB Variations
Color information
#16704C (or 0x16704C) is known color: Dark Spring Green. HEX triplet: 16, 70 and 4C. RGB value is (22,112,76). Sum of RGB (Red+Green+Blue) = 22+112+76=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #16704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16704C is #E98FB3. Grayscale: #515151. Windows color (decimal): -15306676 or 5009430. OLE color: 5009430.
HSL color Cylindrical-coordinate representation of color #16704C: hue angle of 156º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16704C is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 76 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.56 |
| HSL | 156º | 0.67% | 0.26% | - |
| HSV(B) | 156º | 0.8% | 0.44% | - |
| XYZ | 7.43 | 12.28 | 8.82 | - |
| YUV | 80.99 | 125.18 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 76 | 0.80 | 0 | 0.32 | 0.56 | 156 | 0.67 | 0.26 |
| Hex | 16 | 70 | 4C | 50 | 0 | 20 | 38 | 9C | 43 | 1A |
| Octal | 26 | 160 | 114 | 120 | 0 | 40 | 70 | 234 | 103 | 32 |
| Binary | 10110 | 1110000 | 1001100 | 1010000 | 0 | 100000 | 111000 | 10011100 | 1000011 | 11010 |
Color Harmonies of #16704C
Complementary color
Monochromatic Colors of #16704C
Black with #16704C
Text Example
Text Example
White with #16704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16704C; }
p { color: rgb(22,112,76); }
H1.HeaderClassName
{
color: #16704C;
}
.AnyTagClassName
{
color: #16704C;
}
</style>
background-color css
<style>
a { background-color: #16704C; }
a { background-color: rgb(22,112,76); }
div.DivClassName
{
background-color: #16704C;
}
.BgClassName
{
background-color: #16704C;
}
</style>
border-color css
<style>
span { border-color: #16704C; }
span { border-color: rgb(22,112,76); }
td.TdClassName
{
border-color: #16704C;
}
.TagClassName
{
border-color: #16704C;
}
</style>