Shades of Dark Spring Green #167B42
Tints of Dark Spring Green #167B42
RGB
CMYK
RGB Variations
Color information
#167B42 (or 0x167B42) is known color: Dark Spring Green. HEX triplet: 16, 7B and 42. RGB value is (22,123,66). Sum of RGB (Red+Green+Blue) = 22+123+66=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #167B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167B42 is #E984BD. Grayscale: #565656. Windows color (decimal): -15303870 or 4356886. OLE color: 4356886.
HSL color Cylindrical-coordinate representation of color #167B42: hue angle of 146.14º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167B42 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 123 | 66 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.52 |
| HSL | 146.14º | 0.7% | 0.28% | - |
| HSV(B) | 146.14º | 0.82% | 0.48% | - |
| XYZ | 8.4 | 14.73 | 7.55 | - |
| YUV | 86.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 66 | 0.82 | 0 | 0.46 | 0.52 | 146.14 | 0.7 | 0.28 |
| Hex | 16 | 7B | 42 | 52 | 0 | 2E | 34 | 92 | 46 | 1C |
| Octal | 26 | 173 | 102 | 122 | 0 | 56 | 64 | 222 | 106 | 34 |
| Binary | 10110 | 1111011 | 1000010 | 1010010 | 0 | 101110 | 110100 | 10010010 | 1000110 | 11100 |
Color Harmonies of #167B42
Complementary color
Monochromatic Colors of #167B42
Black with #167B42
Text Example
Text Example
White with #167B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167B42; }
p { color: rgb(22,123,66); }
H1.HeaderClassName
{
color: #167B42;
}
.AnyTagClassName
{
color: #167B42;
}
</style>
background-color css
<style>
a { background-color: #167B42; }
a { background-color: rgb(22,123,66); }
div.DivClassName
{
background-color: #167B42;
}
.BgClassName
{
background-color: #167B42;
}
</style>
border-color css
<style>
span { border-color: #167B42; }
span { border-color: rgb(22,123,66); }
td.TdClassName
{
border-color: #167B42;
}
.TagClassName
{
border-color: #167B42;
}
</style>