Shades of Jewel #16614A
Tints of Jewel #16614A
RGB
CMYK
RGB Variations
Color information
#16614A (or 0x16614A) is known color: Jewel. HEX triplet: 16, 61 and 4A. RGB value is (22,97,74). Sum of RGB (Red+Green+Blue) = 22+97+74=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #16614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16614A is #E99EB5. Grayscale: #474747. Windows color (decimal): -15310518 or 4874518. OLE color: 4874518.
HSL color Cylindrical-coordinate representation of color #16614A: hue angle of 161.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16614A is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 74 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.62 |
| HSL | 161.6º | 0.63% | 0.23% | - |
| HSV(B) | 161.6º | 0.77% | 0.38% | - |
| XYZ | 5.84 | 9.21 | 7.95 | - |
| YUV | 71.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 74 | 0.77 | 0 | 0.24 | 0.62 | 161.6 | 0.63 | 0.23 |
| Hex | 16 | 61 | 4A | 4D | 0 | 18 | 3E | A2 | 3F | 17 |
| Octal | 26 | 141 | 112 | 115 | 0 | 30 | 76 | 242 | 77 | 27 |
| Binary | 10110 | 1100001 | 1001010 | 1001101 | 0 | 11000 | 111110 | 10100010 | 111111 | 10111 |
Color Harmonies of #16614A
Complementary color
Monochromatic Colors of #16614A
Black with #16614A
Text Example
Text Example
White with #16614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16614A; }
p { color: rgb(22,97,74); }
H1.HeaderClassName
{
color: #16614A;
}
.AnyTagClassName
{
color: #16614A;
}
</style>
background-color css
<style>
a { background-color: #16614A; }
a { background-color: rgb(22,97,74); }
div.DivClassName
{
background-color: #16614A;
}
.BgClassName
{
background-color: #16614A;
}
</style>
border-color css
<style>
span { border-color: #16614A; }
span { border-color: rgb(22,97,74); }
td.TdClassName
{
border-color: #16614A;
}
.TagClassName
{
border-color: #16614A;
}
</style>