Shades of Elm #187A76
Tints of Elm #187A76
RGB
CMYK
RGB Variations
Color information
#187A76 (or 0x187A76) is known color: Elm. HEX triplet: 18, 7A and 76. RGB value is (24,122,118). Sum of RGB (Red+Green+Blue) = 24+122+118=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #187A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A76 is #E78589. Grayscale: #5C5C5C. Windows color (decimal): -15173002 or 7764504. OLE color: 7764504.
HSL color Cylindrical-coordinate representation of color #187A76: hue angle of 177.55º 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 #187A76 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 122 | 118 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.52 |
| HSL | 177.55º | 0.67% | 0.29% | - |
| HSV(B) | 177.55º | 0.8% | 0.48% | - |
| XYZ | 10.61 | 15.42 | 19.56 | - |
| YUV | 92.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 118 | 0.80 | 0 | 0.03 | 0.52 | 177.55 | 0.67 | 0.29 |
| Hex | 18 | 7A | 76 | 50 | 0 | 3 | 34 | B2 | 43 | 1D |
| Octal | 30 | 172 | 166 | 120 | 0 | 3 | 64 | 262 | 103 | 35 |
| Binary | 11000 | 1111010 | 1110110 | 1010000 | 0 | 11 | 110100 | 10110010 | 1000011 | 11101 |
Color Harmonies of #187A76
Complementary color
Monochromatic Colors of #187A76
Black with #187A76
Text Example
Text Example
White with #187A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A76; }
p { color: rgb(24,122,118); }
H1.HeaderClassName
{
color: #187A76;
}
.AnyTagClassName
{
color: #187A76;
}
</style>
background-color css
<style>
a { background-color: #187A76; }
a { background-color: rgb(24,122,118); }
div.DivClassName
{
background-color: #187A76;
}
.BgClassName
{
background-color: #187A76;
}
</style>
border-color css
<style>
span { border-color: #187A76; }
span { border-color: rgb(24,122,118); }
td.TdClassName
{
border-color: #187A76;
}
.TagClassName
{
border-color: #187A76;
}
</style>