Shades of Elm #26766E
Tints of Elm #26766E
RGB
CMYK
RGB Variations
Color information
#26766E (or 0x26766E) is known color: Elm. HEX triplet: 26, 76 and 6E. RGB value is (38,118,110). Sum of RGB (Red+Green+Blue) = 38+118+110=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #26766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26766E is #D98991. Grayscale: #5D5D5D. Windows color (decimal): -14256530 or 7239206. OLE color: 7239206.
HSL color Cylindrical-coordinate representation of color #26766E: hue angle of 174º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26766E is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 118 | 110 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.54 |
| HSL | 174º | 0.51% | 0.31% | - |
| HSV(B) | 174º | 0.68% | 0.46% | - |
| XYZ | 10.09 | 14.49 | 17.02 | - |
| YUV | 93.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 110 | 0.68 | 0 | 0.07 | 0.54 | 174 | 0.51 | 0.31 |
| Hex | 26 | 76 | 6E | 44 | 0 | 7 | 36 | AE | 33 | 1F |
| Octal | 46 | 166 | 156 | 104 | 0 | 7 | 66 | 256 | 63 | 37 |
| Binary | 100110 | 1110110 | 1101110 | 1000100 | 0 | 111 | 110110 | 10101110 | 110011 | 11111 |
Color Harmonies of #26766E
Complementary color
Monochromatic Colors of #26766E
Black with #26766E
Text Example
Text Example
White with #26766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26766E; }
p { color: rgb(38,118,110); }
H1.HeaderClassName
{
color: #26766E;
}
.AnyTagClassName
{
color: #26766E;
}
</style>
background-color css
<style>
a { background-color: #26766E; }
a { background-color: rgb(38,118,110); }
div.DivClassName
{
background-color: #26766E;
}
.BgClassName
{
background-color: #26766E;
}
</style>
border-color css
<style>
span { border-color: #26766E; }
span { border-color: rgb(38,118,110); }
td.TdClassName
{
border-color: #26766E;
}
.TagClassName
{
border-color: #26766E;
}
</style>