Shades of Jewel #16694C
Tints of Jewel #16694C
RGB
CMYK
RGB Variations
Color information
#16694C (or 0x16694C) is known color: Jewel. HEX triplet: 16, 69 and 4C. RGB value is (22,105,76). Sum of RGB (Red+Green+Blue) = 22+105+76=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #16694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16694C is #E996B3. Grayscale: #4C4C4C. Windows color (decimal): -15308468 or 5007638. OLE color: 5007638.
HSL color Cylindrical-coordinate representation of color #16694C: hue angle of 159.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16694C is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 105 | 76 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.59 |
| HSL | 159.04º | 0.65% | 0.25% | - |
| HSV(B) | 159.04º | 0.79% | 0.41% | - |
| XYZ | 6.69 | 10.8 | 8.57 | - |
| YUV | 76.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 76 | 0.79 | 0 | 0.28 | 0.59 | 159.04 | 0.65 | 0.25 |
| Hex | 16 | 69 | 4C | 4F | 0 | 1C | 3B | 9F | 41 | 19 |
| Octal | 26 | 151 | 114 | 117 | 0 | 34 | 73 | 237 | 101 | 31 |
| Binary | 10110 | 1101001 | 1001100 | 1001111 | 0 | 11100 | 111011 | 10011111 | 1000001 | 11001 |
Color Harmonies of #16694C
Complementary color
Monochromatic Colors of #16694C
Black with #16694C
Text Example
Text Example
White with #16694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16694C; }
p { color: rgb(22,105,76); }
H1.HeaderClassName
{
color: #16694C;
}
.AnyTagClassName
{
color: #16694C;
}
</style>
background-color css
<style>
a { background-color: #16694C; }
a { background-color: rgb(22,105,76); }
div.DivClassName
{
background-color: #16694C;
}
.BgClassName
{
background-color: #16694C;
}
</style>
border-color css
<style>
span { border-color: #16694C; }
span { border-color: rgb(22,105,76); }
td.TdClassName
{
border-color: #16694C;
}
.TagClassName
{
border-color: #16694C;
}
</style>