Shades of Elm #256F6F
Tints of Elm #256F6F
RGB
CMYK
RGB Variations
Color information
#256F6F (or 0x256F6F) is known color: Elm. HEX triplet: 25, 6F and 6F. RGB value is (37,111,111). Sum of RGB (Red+Green+Blue) = 37+111+111=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #256F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F6F is #DA9090. Grayscale: #585858. Windows color (decimal): -14323857 or 7302949. OLE color: 7302949.
HSL color Cylindrical-coordinate representation of color #256F6F: hue angle of 180º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F6F is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 111 | - |
| CMYK | 0.67 | 0 | 0 | 0.56 |
| HSL | 180º | 0.5% | 0.29% | - |
| HSV(B) | 180º | 0.67% | 0.44% | - |
| XYZ | 9.32 | 12.91 | 17.04 | - |
| YUV | 88.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 111 | 0.67 | 0 | 0 | 0.56 | 180 | 0.5 | 0.29 |
| Hex | 25 | 6F | 6F | 43 | 0 | 0 | 38 | B4 | 32 | 1D |
| Octal | 45 | 157 | 157 | 103 | 0 | 0 | 70 | 264 | 62 | 35 |
| Binary | 100101 | 1101111 | 1101111 | 1000011 | 0 | 0 | 111000 | 10110100 | 110010 | 11101 |
Color Harmonies of #256F6F
Complementary color
Monochromatic Colors of #256F6F
Black with #256F6F
Text Example
Text Example
White with #256F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F6F; }
p { color: rgb(37,111,111); }
H1.HeaderClassName
{
color: #256F6F;
}
.AnyTagClassName
{
color: #256F6F;
}
</style>
background-color css
<style>
a { background-color: #256F6F; }
a { background-color: rgb(37,111,111); }
div.DivClassName
{
background-color: #256F6F;
}
.BgClassName
{
background-color: #256F6F;
}
</style>
border-color css
<style>
span { border-color: #256F6F; }
span { border-color: rgb(37,111,111); }
td.TdClassName
{
border-color: #256F6F;
}
.TagClassName
{
border-color: #256F6F;
}
</style>