Shades of Elm #257A75
Tints of Elm #257A75
RGB
CMYK
RGB Variations
Color information
#257A75 (or 0x257A75) is known color: Elm. HEX triplet: 25, 7A and 75. RGB value is (37,122,117). Sum of RGB (Red+Green+Blue) = 37+122+117=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #257A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A75 is #DA858A. Grayscale: #5F5F5F. Windows color (decimal): -14321035 or 7698981. OLE color: 7698981.
HSL color Cylindrical-coordinate representation of color #257A75: hue angle of 176.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A75 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 117 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.52 |
| HSL | 176.47º | 0.53% | 0.31% | - |
| HSV(B) | 176.47º | 0.7% | 0.48% | - |
| XYZ | 10.93 | 15.6 | 19.26 | - |
| YUV | 96.02 | 139.84 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 117 | 0.70 | 0 | 0.04 | 0.52 | 176.47 | 0.53 | 0.31 |
| Hex | 25 | 7A | 75 | 46 | 0 | 4 | 34 | B0 | 35 | 1F |
| Octal | 45 | 172 | 165 | 106 | 0 | 4 | 64 | 260 | 65 | 37 |
| Binary | 100101 | 1111010 | 1110101 | 1000110 | 0 | 100 | 110100 | 10110000 | 110101 | 11111 |
Color Harmonies of #257A75
Complementary color
Monochromatic Colors of #257A75
Black with #257A75
Text Example
Text Example
White with #257A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A75; }
p { color: rgb(37,122,117); }
H1.HeaderClassName
{
color: #257A75;
}
.AnyTagClassName
{
color: #257A75;
}
</style>
background-color css
<style>
a { background-color: #257A75; }
a { background-color: rgb(37,122,117); }
div.DivClassName
{
background-color: #257A75;
}
.BgClassName
{
background-color: #257A75;
}
</style>
border-color css
<style>
span { border-color: #257A75; }
span { border-color: rgb(37,122,117); }
td.TdClassName
{
border-color: #257A75;
}
.TagClassName
{
border-color: #257A75;
}
</style>