Shades of Elm #187975
Tints of Elm #187975
RGB
CMYK
RGB Variations
Color information
#187975 (or 0x187975) is known color: Elm. HEX triplet: 18, 79 and 75. RGB value is (24,121,117). Sum of RGB (Red+Green+Blue) = 24+121+117=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #187975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187975 is #E7868A. Grayscale: #5B5B5B. Windows color (decimal): -15173259 or 7698712. OLE color: 7698712.
HSL color Cylindrical-coordinate representation of color #187975: hue angle of 177.53º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187975 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 117 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.53 |
| HSL | 177.53º | 0.67% | 0.28% | - |
| HSV(B) | 177.53º | 0.8% | 0.47% | - |
| XYZ | 10.42 | 15.15 | 19.21 | - |
| YUV | 91.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 117 | 0.80 | 0 | 0.03 | 0.53 | 177.53 | 0.67 | 0.28 |
| Hex | 18 | 79 | 75 | 50 | 0 | 3 | 35 | B2 | 43 | 1C |
| Octal | 30 | 171 | 165 | 120 | 0 | 3 | 65 | 262 | 103 | 34 |
| Binary | 11000 | 1111001 | 1110101 | 1010000 | 0 | 11 | 110101 | 10110010 | 1000011 | 11100 |
Color Harmonies of #187975
Complementary color
Monochromatic Colors of #187975
Black with #187975
Text Example
Text Example
White with #187975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187975; }
p { color: rgb(24,121,117); }
H1.HeaderClassName
{
color: #187975;
}
.AnyTagClassName
{
color: #187975;
}
</style>
background-color css
<style>
a { background-color: #187975; }
a { background-color: rgb(24,121,117); }
div.DivClassName
{
background-color: #187975;
}
.BgClassName
{
background-color: #187975;
}
</style>
border-color css
<style>
span { border-color: #187975; }
span { border-color: rgb(24,121,117); }
td.TdClassName
{
border-color: #187975;
}
.TagClassName
{
border-color: #187975;
}
</style>