Shades of Jewel #16674F
Tints of Jewel #16674F
RGB
CMYK
RGB Variations
Color information
#16674F (or 0x16674F) is known color: Jewel. HEX triplet: 16, 67 and 4F. RGB value is (22,103,79). Sum of RGB (Red+Green+Blue) = 22+103+79=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #16674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16674F is #E998B0. Grayscale: #4C4C4C. Windows color (decimal): -15308977 or 5203734. OLE color: 5203734.
HSL color Cylindrical-coordinate representation of color #16674F: hue angle of 162.22º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16674F is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 79 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.60 |
| HSL | 162.22º | 0.65% | 0.25% | - |
| HSV(B) | 162.22º | 0.79% | 0.4% | - |
| XYZ | 6.59 | 10.44 | 9.06 | - |
| YUV | 76.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 79 | 0.79 | 0 | 0.23 | 0.60 | 162.22 | 0.65 | 0.25 |
| Hex | 16 | 67 | 4F | 4F | 0 | 17 | 3C | A2 | 41 | 19 |
| Octal | 26 | 147 | 117 | 117 | 0 | 27 | 74 | 242 | 101 | 31 |
| Binary | 10110 | 1100111 | 1001111 | 1001111 | 0 | 10111 | 111100 | 10100010 | 1000001 | 11001 |
Color Harmonies of #16674F
Complementary color
Monochromatic Colors of #16674F
Black with #16674F
Text Example
Text Example
White with #16674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16674F; }
p { color: rgb(22,103,79); }
H1.HeaderClassName
{
color: #16674F;
}
.AnyTagClassName
{
color: #16674F;
}
</style>
background-color css
<style>
a { background-color: #16674F; }
a { background-color: rgb(22,103,79); }
div.DivClassName
{
background-color: #16674F;
}
.BgClassName
{
background-color: #16674F;
}
</style>
border-color css
<style>
span { border-color: #16674F; }
span { border-color: rgb(22,103,79); }
td.TdClassName
{
border-color: #16674F;
}
.TagClassName
{
border-color: #16674F;
}
</style>