Shades of Jewel #176A45
Tints of Jewel #176A45
RGB
CMYK
RGB Variations
Color information
#176A45 (or 0x176A45) is known color: Jewel. HEX triplet: 17, 6A and 45. RGB value is (23,106,69). Sum of RGB (Red+Green+Blue) = 23+106+69=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #176A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176A45 is #E895BA. Grayscale: #4D4D4D. Windows color (decimal): -15242683 or 4549143. OLE color: 4549143.
HSL color Cylindrical-coordinate representation of color #176A45: hue angle of 153.25º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176A45 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 106 | 69 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.58 |
| HSL | 153.25º | 0.64% | 0.25% | - |
| HSV(B) | 153.25º | 0.78% | 0.42% | - |
| XYZ | 6.58 | 10.92 | 7.39 | - |
| YUV | 76.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 69 | 0.78 | 0 | 0.35 | 0.58 | 153.25 | 0.64 | 0.25 |
| Hex | 17 | 6A | 45 | 4E | 0 | 23 | 3A | 99 | 40 | 19 |
| Octal | 27 | 152 | 105 | 116 | 0 | 43 | 72 | 231 | 100 | 31 |
| Binary | 10111 | 1101010 | 1000101 | 1001110 | 0 | 100011 | 111010 | 10011001 | 1000000 | 11001 |
Color Harmonies of #176A45
Complementary color
Monochromatic Colors of #176A45
Black with #176A45
Text Example
Text Example
White with #176A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A45; }
p { color: rgb(23,106,69); }
H1.HeaderClassName
{
color: #176A45;
}
.AnyTagClassName
{
color: #176A45;
}
</style>
background-color css
<style>
a { background-color: #176A45; }
a { background-color: rgb(23,106,69); }
div.DivClassName
{
background-color: #176A45;
}
.BgClassName
{
background-color: #176A45;
}
</style>
border-color css
<style>
span { border-color: #176A45; }
span { border-color: rgb(23,106,69); }
td.TdClassName
{
border-color: #176A45;
}
.TagClassName
{
border-color: #176A45;
}
</style>