Shades of Salem #16774F
Tints of Salem #16774F
RGB
CMYK
RGB Variations
Color information
#16774F (or 0x16774F) is known color: Salem. HEX triplet: 16, 77 and 4F. RGB value is (22,119,79). Sum of RGB (Red+Green+Blue) = 22+119+79=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #16774F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16774F is #E988B0. Grayscale: #555555. Windows color (decimal): -15304881 or 5207830. OLE color: 5207830.
HSL color Cylindrical-coordinate representation of color #16774F: hue angle of 155.26º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16774F is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 119 | 79 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.53 |
| HSL | 155.26º | 0.69% | 0.28% | - |
| HSV(B) | 155.26º | 0.82% | 0.47% | - |
| XYZ | 8.34 | 13.93 | 9.65 | - |
| YUV | 85.44 | 124.36 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 79 | 0.82 | 0 | 0.34 | 0.53 | 155.26 | 0.69 | 0.28 |
| Hex | 16 | 77 | 4F | 52 | 0 | 22 | 35 | 9B | 45 | 1C |
| Octal | 26 | 167 | 117 | 122 | 0 | 42 | 65 | 233 | 105 | 34 |
| Binary | 10110 | 1110111 | 1001111 | 1010010 | 0 | 100010 | 110101 | 10011011 | 1000101 | 11100 |
Color Harmonies of #16774F
Complementary color
Monochromatic Colors of #16774F
Black with #16774F
Text Example
Text Example
White with #16774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16774F; }
p { color: rgb(22,119,79); }
H1.HeaderClassName
{
color: #16774F;
}
.AnyTagClassName
{
color: #16774F;
}
</style>
background-color css
<style>
a { background-color: #16774F; }
a { background-color: rgb(22,119,79); }
div.DivClassName
{
background-color: #16774F;
}
.BgClassName
{
background-color: #16774F;
}
</style>
border-color css
<style>
span { border-color: #16774F; }
span { border-color: rgb(22,119,79); }
td.TdClassName
{
border-color: #16774F;
}
.TagClassName
{
border-color: #16774F;
}
</style>