Shades of Elm #257F75
Tints of Elm #257F75
RGB
CMYK
RGB Variations
Color information
#257F75 (or 0x257F75) is known color: Elm. HEX triplet: 25, 7F and 75. RGB value is (37,127,117). Sum of RGB (Red+Green+Blue) = 37+127+117=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #257F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F75 is #DA808A. Grayscale: #626262. Windows color (decimal): -14319755 or 7700261. OLE color: 7700261.
HSL color Cylindrical-coordinate representation of color #257F75: hue angle of 173.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F75 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 117 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.50 |
| HSL | 173.33º | 0.55% | 0.32% | - |
| HSV(B) | 173.33º | 0.71% | 0.5% | - |
| XYZ | 11.56 | 16.86 | 19.47 | - |
| YUV | 98.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 117 | 0.71 | 0 | 0.08 | 0.50 | 173.33 | 0.55 | 0.32 |
| Hex | 25 | 7F | 75 | 47 | 0 | 8 | 32 | AD | 37 | 20 |
| Octal | 45 | 177 | 165 | 107 | 0 | 10 | 62 | 255 | 67 | 40 |
| Binary | 100101 | 1111111 | 1110101 | 1000111 | 0 | 1000 | 110010 | 10101101 | 110111 | 100000 |
Color Harmonies of #257F75
Complementary color
Monochromatic Colors of #257F75
Black with #257F75
Text Example
Text Example
White with #257F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F75; }
p { color: rgb(37,127,117); }
H1.HeaderClassName
{
color: #257F75;
}
.AnyTagClassName
{
color: #257F75;
}
</style>
background-color css
<style>
a { background-color: #257F75; }
a { background-color: rgb(37,127,117); }
div.DivClassName
{
background-color: #257F75;
}
.BgClassName
{
background-color: #257F75;
}
</style>
border-color css
<style>
span { border-color: #257F75; }
span { border-color: rgb(37,127,117); }
td.TdClassName
{
border-color: #257F75;
}
.TagClassName
{
border-color: #257F75;
}
</style>