Shades of Elm #18756F
Tints of Elm #18756F
RGB
CMYK
RGB Variations
Color information
#18756F (or 0x18756F) is known color: Elm. HEX triplet: 18, 75 and 6F. RGB value is (24,117,111). Sum of RGB (Red+Green+Blue) = 24+117+111=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #18756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18756F is #E78A90. Grayscale: #585858. Windows color (decimal): -15174289 or 7304472. OLE color: 7304472.
HSL color Cylindrical-coordinate representation of color #18756F: hue angle of 176.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18756F is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 117 | 111 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.54 |
| HSL | 176.13º | 0.66% | 0.28% | - |
| HSV(B) | 176.13º | 0.79% | 0.46% | - |
| XYZ | 9.61 | 14.06 | 17.25 | - |
| YUV | 88.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 111 | 0.79 | 0 | 0.05 | 0.54 | 176.13 | 0.66 | 0.28 |
| Hex | 18 | 75 | 6F | 4F | 0 | 5 | 36 | B0 | 42 | 1C |
| Octal | 30 | 165 | 157 | 117 | 0 | 5 | 66 | 260 | 102 | 34 |
| Binary | 11000 | 1110101 | 1101111 | 1001111 | 0 | 101 | 110110 | 10110000 | 1000010 | 11100 |
Color Harmonies of #18756F
Complementary color
Monochromatic Colors of #18756F
Black with #18756F
Text Example
Text Example
White with #18756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18756F; }
p { color: rgb(24,117,111); }
H1.HeaderClassName
{
color: #18756F;
}
.AnyTagClassName
{
color: #18756F;
}
</style>
background-color css
<style>
a { background-color: #18756F; }
a { background-color: rgb(24,117,111); }
div.DivClassName
{
background-color: #18756F;
}
.BgClassName
{
background-color: #18756F;
}
</style>
border-color css
<style>
span { border-color: #18756F; }
span { border-color: rgb(24,117,111); }
td.TdClassName
{
border-color: #18756F;
}
.TagClassName
{
border-color: #18756F;
}
</style>