Shades of Elm #187B76
Tints of Elm #187B76
RGB
CMYK
RGB Variations
Color information
#187B76 (or 0x187B76) is known color: Elm. HEX triplet: 18, 7B and 76. RGB value is (24,123,118). Sum of RGB (Red+Green+Blue) = 24+123+118=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #187B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187B76 is #E78489. Grayscale: #5C5C5C. Windows color (decimal): -15172746 or 7764760. OLE color: 7764760.
HSL color Cylindrical-coordinate representation of color #187B76: hue angle of 176.97º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187B76 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 123 | 118 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.52 |
| HSL | 176.97º | 0.67% | 0.29% | - |
| HSV(B) | 176.97º | 0.8% | 0.48% | - |
| XYZ | 10.73 | 15.67 | 19.6 | - |
| YUV | 92.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 118 | 0.80 | 0 | 0.04 | 0.52 | 176.97 | 0.67 | 0.29 |
| Hex | 18 | 7B | 76 | 50 | 0 | 4 | 34 | B1 | 43 | 1D |
| Octal | 30 | 173 | 166 | 120 | 0 | 4 | 64 | 261 | 103 | 35 |
| Binary | 11000 | 1111011 | 1110110 | 1010000 | 0 | 100 | 110100 | 10110001 | 1000011 | 11101 |
Color Harmonies of #187B76
Complementary color
Monochromatic Colors of #187B76
Black with #187B76
Text Example
Text Example
White with #187B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187B76; }
p { color: rgb(24,123,118); }
H1.HeaderClassName
{
color: #187B76;
}
.AnyTagClassName
{
color: #187B76;
}
</style>
background-color css
<style>
a { background-color: #187B76; }
a { background-color: rgb(24,123,118); }
div.DivClassName
{
background-color: #187B76;
}
.BgClassName
{
background-color: #187B76;
}
</style>
border-color css
<style>
span { border-color: #187B76; }
span { border-color: rgb(24,123,118); }
td.TdClassName
{
border-color: #187B76;
}
.TagClassName
{
border-color: #187B76;
}
</style>