Shades of Jewel #16694E
Tints of Jewel #16694E
RGB
CMYK
RGB Variations
Color information
#16694E (or 0x16694E) is known color: Jewel. HEX triplet: 16, 69 and 4E. RGB value is (22,105,78). Sum of RGB (Red+Green+Blue) = 22+105+78=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #16694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16694E is #E996B1. Grayscale: #4D4D4D. Windows color (decimal): -15308466 or 5138710. OLE color: 5138710.
HSL color Cylindrical-coordinate representation of color #16694E: hue angle of 160.48º 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 #16694E is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 105 | 78 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.59 |
| HSL | 160.48º | 0.65% | 0.25% | - |
| HSV(B) | 160.48º | 0.79% | 0.41% | - |
| XYZ | 6.76 | 10.82 | 8.94 | - |
| YUV | 77.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 78 | 0.79 | 0 | 0.26 | 0.59 | 160.48 | 0.65 | 0.25 |
| Hex | 16 | 69 | 4E | 4F | 0 | 1A | 3B | A0 | 41 | 19 |
| Octal | 26 | 151 | 116 | 117 | 0 | 32 | 73 | 240 | 101 | 31 |
| Binary | 10110 | 1101001 | 1001110 | 1001111 | 0 | 11010 | 111011 | 10100000 | 1000001 | 11001 |
Color Harmonies of #16694E
Complementary color
Monochromatic Colors of #16694E
Black with #16694E
Text Example
Text Example
White with #16694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16694E; }
p { color: rgb(22,105,78); }
H1.HeaderClassName
{
color: #16694E;
}
.AnyTagClassName
{
color: #16694E;
}
</style>
background-color css
<style>
a { background-color: #16694E; }
a { background-color: rgb(22,105,78); }
div.DivClassName
{
background-color: #16694E;
}
.BgClassName
{
background-color: #16694E;
}
</style>
border-color css
<style>
span { border-color: #16694E; }
span { border-color: rgb(22,105,78); }
td.TdClassName
{
border-color: #16694E;
}
.TagClassName
{
border-color: #16694E;
}
</style>