Shades of Elm #177D76
Tints of Elm #177D76
RGB
CMYK
RGB Variations
Color information
#177D76 (or 0x177D76) is known color: Elm. HEX triplet: 17, 7D and 76. RGB value is (23,125,118). Sum of RGB (Red+Green+Blue) = 23+125+118=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #177D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177D76 is #E88289. Grayscale: #5D5D5D. Windows color (decimal): -15237770 or 7765271. OLE color: 7765271.
HSL color Cylindrical-coordinate representation of color #177D76: hue angle of 175.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177D76 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 125 | 118 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.51 |
| HSL | 175.88º | 0.69% | 0.29% | - |
| HSV(B) | 175.88º | 0.82% | 0.49% | - |
| XYZ | 10.96 | 16.16 | 19.68 | - |
| YUV | 93.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 118 | 0.82 | 0 | 0.06 | 0.51 | 175.88 | 0.69 | 0.29 |
| Hex | 17 | 7D | 76 | 52 | 0 | 6 | 33 | B0 | 45 | 1D |
| Octal | 27 | 175 | 166 | 122 | 0 | 6 | 63 | 260 | 105 | 35 |
| Binary | 10111 | 1111101 | 1110110 | 1010010 | 0 | 110 | 110011 | 10110000 | 1000101 | 11101 |
Color Harmonies of #177D76
Complementary color
Monochromatic Colors of #177D76
Black with #177D76
Text Example
Text Example
White with #177D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177D76; }
p { color: rgb(23,125,118); }
H1.HeaderClassName
{
color: #177D76;
}
.AnyTagClassName
{
color: #177D76;
}
</style>
background-color css
<style>
a { background-color: #177D76; }
a { background-color: rgb(23,125,118); }
div.DivClassName
{
background-color: #177D76;
}
.BgClassName
{
background-color: #177D76;
}
</style>
border-color css
<style>
span { border-color: #177D76; }
span { border-color: rgb(23,125,118); }
td.TdClassName
{
border-color: #177D76;
}
.TagClassName
{
border-color: #177D76;
}
</style>