Shades of Elm #25786F
Tints of Elm #25786F
RGB
CMYK
RGB Variations
Color information
#25786F (or 0x25786F) is known color: Elm. HEX triplet: 25, 78 and 6F. RGB value is (37,120,111). Sum of RGB (Red+Green+Blue) = 37+120+111=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #25786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25786F is #DA8790. Grayscale: #5E5E5E. Windows color (decimal): -14321553 or 7305253. OLE color: 7305253.
HSL color Cylindrical-coordinate representation of color #25786F: hue angle of 173.49º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25786F is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 120 | 111 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.53 |
| HSL | 173.49º | 0.53% | 0.31% | - |
| HSV(B) | 173.49º | 0.69% | 0.47% | - |
| XYZ | 10.35 | 14.97 | 17.38 | - |
| YUV | 94.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 111 | 0.69 | 0 | 0.08 | 0.53 | 173.49 | 0.53 | 0.31 |
| Hex | 25 | 78 | 6F | 45 | 0 | 8 | 35 | AD | 35 | 1F |
| Octal | 45 | 170 | 157 | 105 | 0 | 10 | 65 | 255 | 65 | 37 |
| Binary | 100101 | 1111000 | 1101111 | 1000101 | 0 | 1000 | 110101 | 10101101 | 110101 | 11111 |
Color Harmonies of #25786F
Complementary color
Monochromatic Colors of #25786F
Black with #25786F
Text Example
Text Example
White with #25786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25786F; }
p { color: rgb(37,120,111); }
H1.HeaderClassName
{
color: #25786F;
}
.AnyTagClassName
{
color: #25786F;
}
</style>
background-color css
<style>
a { background-color: #25786F; }
a { background-color: rgb(37,120,111); }
div.DivClassName
{
background-color: #25786F;
}
.BgClassName
{
background-color: #25786F;
}
</style>
border-color css
<style>
span { border-color: #25786F; }
span { border-color: rgb(37,120,111); }
td.TdClassName
{
border-color: #25786F;
}
.TagClassName
{
border-color: #25786F;
}
</style>