Shades of Jewel #16654C
Tints of Jewel #16654C
RGB
CMYK
RGB Variations
Color information
#16654C (or 0x16654C) is known color: Jewel. HEX triplet: 16, 65 and 4C. RGB value is (22,101,76). Sum of RGB (Red+Green+Blue) = 22+101+76=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #16654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16654C is #E99AB3. Grayscale: #4A4A4A. Windows color (decimal): -15309492 or 5006614. OLE color: 5006614.
HSL color Cylindrical-coordinate representation of color #16654C: hue angle of 161.01º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16654C is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 101 | 76 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.60 |
| HSL | 161.01º | 0.64% | 0.24% | - |
| HSV(B) | 161.01º | 0.78% | 0.4% | - |
| XYZ | 6.29 | 10 | 8.44 | - |
| YUV | 74.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 76 | 0.78 | 0 | 0.25 | 0.60 | 161.01 | 0.64 | 0.24 |
| Hex | 16 | 65 | 4C | 4E | 0 | 19 | 3C | A1 | 40 | 18 |
| Octal | 26 | 145 | 114 | 116 | 0 | 31 | 74 | 241 | 100 | 30 |
| Binary | 10110 | 1100101 | 1001100 | 1001110 | 0 | 11001 | 111100 | 10100001 | 1000000 | 11000 |
Color Harmonies of #16654C
Complementary color
Monochromatic Colors of #16654C
Black with #16654C
Text Example
Text Example
White with #16654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16654C; }
p { color: rgb(22,101,76); }
H1.HeaderClassName
{
color: #16654C;
}
.AnyTagClassName
{
color: #16654C;
}
</style>
background-color css
<style>
a { background-color: #16654C; }
a { background-color: rgb(22,101,76); }
div.DivClassName
{
background-color: #16654C;
}
.BgClassName
{
background-color: #16654C;
}
</style>
border-color css
<style>
span { border-color: #16654C; }
span { border-color: rgb(22,101,76); }
td.TdClassName
{
border-color: #16654C;
}
.TagClassName
{
border-color: #16654C;
}
</style>