Shades of Elm #26706F
Tints of Elm #26706F
RGB
CMYK
RGB Variations
Color information
#26706F (or 0x26706F) is known color: Elm. HEX triplet: 26, 70 and 6F. RGB value is (38,112,111). Sum of RGB (Red+Green+Blue) = 38+112+111=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #26706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26706F is #D98F90. Grayscale: #595959. Windows color (decimal): -14258065 or 7303206. OLE color: 7303206.
HSL color Cylindrical-coordinate representation of color #26706F: hue angle of 179.19º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26706F is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 112 | 111 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.56 |
| HSL | 179.19º | 0.49% | 0.29% | - |
| HSV(B) | 179.19º | 0.66% | 0.44% | - |
| XYZ | 9.46 | 13.15 | 17.08 | - |
| YUV | 89.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 111 | 0.66 | 0 | 0.01 | 0.56 | 179.19 | 0.49 | 0.29 |
| Hex | 26 | 70 | 6F | 42 | 0 | 1 | 38 | B3 | 31 | 1D |
| Octal | 46 | 160 | 157 | 102 | 0 | 1 | 70 | 263 | 61 | 35 |
| Binary | 100110 | 1110000 | 1101111 | 1000010 | 0 | 1 | 111000 | 10110011 | 110001 | 11101 |
Color Harmonies of #26706F
Complementary color
Monochromatic Colors of #26706F
Black with #26706F
Text Example
Text Example
White with #26706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26706F; }
p { color: rgb(38,112,111); }
H1.HeaderClassName
{
color: #26706F;
}
.AnyTagClassName
{
color: #26706F;
}
</style>
background-color css
<style>
a { background-color: #26706F; }
a { background-color: rgb(38,112,111); }
div.DivClassName
{
background-color: #26706F;
}
.BgClassName
{
background-color: #26706F;
}
</style>
border-color css
<style>
span { border-color: #26706F; }
span { border-color: rgb(38,112,111); }
td.TdClassName
{
border-color: #26706F;
}
.TagClassName
{
border-color: #26706F;
}
</style>