Shades of Elm #26706D
Tints of Elm #26706D
RGB
CMYK
RGB Variations
Color information
#26706D (or 0x26706D) is known color: Elm. HEX triplet: 26, 70 and 6D. RGB value is (38,112,109). Sum of RGB (Red+Green+Blue) = 38+112+109=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #26706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26706D is #D98F92. Grayscale: #595959. Windows color (decimal): -14258067 or 7172134. OLE color: 7172134.
HSL color Cylindrical-coordinate representation of color #26706D: hue angle of 177.57º 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 #26706D is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 112 | 109 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.56 |
| HSL | 177.57º | 0.49% | 0.29% | - |
| HSV(B) | 177.57º | 0.66% | 0.44% | - |
| XYZ | 9.35 | 13.1 | 16.5 | - |
| YUV | 89.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 109 | 0.66 | 0 | 0.03 | 0.56 | 177.57 | 0.49 | 0.29 |
| Hex | 26 | 70 | 6D | 42 | 0 | 3 | 38 | B2 | 31 | 1D |
| Octal | 46 | 160 | 155 | 102 | 0 | 3 | 70 | 262 | 61 | 35 |
| Binary | 100110 | 1110000 | 1101101 | 1000010 | 0 | 11 | 111000 | 10110010 | 110001 | 11101 |
Color Harmonies of #26706D
Complementary color
Monochromatic Colors of #26706D
Black with #26706D
Text Example
Text Example
White with #26706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26706D; }
p { color: rgb(38,112,109); }
H1.HeaderClassName
{
color: #26706D;
}
.AnyTagClassName
{
color: #26706D;
}
</style>
background-color css
<style>
a { background-color: #26706D; }
a { background-color: rgb(38,112,109); }
div.DivClassName
{
background-color: #26706D;
}
.BgClassName
{
background-color: #26706D;
}
</style>
border-color css
<style>
span { border-color: #26706D; }
span { border-color: rgb(38,112,109); }
td.TdClassName
{
border-color: #26706D;
}
.TagClassName
{
border-color: #26706D;
}
</style>