Shades of Jewel #176642
Tints of Jewel #176642
RGB
CMYK
RGB Variations
Color information
#176642 (or 0x176642) is known color: Jewel. HEX triplet: 17, 66 and 42. RGB value is (23,102,66). Sum of RGB (Red+Green+Blue) = 23+102+66=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #176642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176642 is #E899BD. Grayscale: #4A4A4A. Windows color (decimal): -15243710 or 4351511. OLE color: 4351511.
HSL color Cylindrical-coordinate representation of color #176642: hue angle of 152.66º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176642 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 102 | 66 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.6 |
| HSL | 152.66º | 0.63% | 0.25% | - |
| HSV(B) | 152.66º | 0.77% | 0.4% | - |
| XYZ | 6.09 | 10.08 | 6.78 | - |
| YUV | 74.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 66 | 0.77 | 0 | 0.35 | 0.6 | 152.66 | 0.63 | 0.25 |
| Hex | 17 | 66 | 42 | 4D | 0 | 23 | 3C | 99 | 3F | 19 |
| Octal | 27 | 146 | 102 | 115 | 0 | 43 | 74 | 231 | 77 | 31 |
| Binary | 10111 | 1100110 | 1000010 | 1001101 | 0 | 100011 | 111100 | 10011001 | 111111 | 11001 |
Color Harmonies of #176642
Complementary color
Monochromatic Colors of #176642
Black with #176642
Text Example
Text Example
White with #176642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176642; }
p { color: rgb(23,102,66); }
H1.HeaderClassName
{
color: #176642;
}
.AnyTagClassName
{
color: #176642;
}
</style>
background-color css
<style>
a { background-color: #176642; }
a { background-color: rgb(23,102,66); }
div.DivClassName
{
background-color: #176642;
}
.BgClassName
{
background-color: #176642;
}
</style>
border-color css
<style>
span { border-color: #176642; }
span { border-color: rgb(23,102,66); }
td.TdClassName
{
border-color: #176642;
}
.TagClassName
{
border-color: #176642;
}
</style>