Shades of Elm #26766D
Tints of Elm #26766D
RGB
CMYK
RGB Variations
Color information
#26766D (or 0x26766D) is known color: Elm. HEX triplet: 26, 76 and 6D. RGB value is (38,118,109). Sum of RGB (Red+Green+Blue) = 38+118+109=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #26766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26766D is #D98992. Grayscale: #5D5D5D. Windows color (decimal): -14256531 or 7173670. OLE color: 7173670.
HSL color Cylindrical-coordinate representation of color #26766D: hue angle of 173.25º 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 #26766D is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 118 | 109 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.54 |
| HSL | 173.25º | 0.51% | 0.31% | - |
| HSV(B) | 173.25º | 0.68% | 0.46% | - |
| XYZ | 10.04 | 14.47 | 16.73 | - |
| YUV | 93.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 109 | 0.68 | 0 | 0.08 | 0.54 | 173.25 | 0.51 | 0.31 |
| Hex | 26 | 76 | 6D | 44 | 0 | 8 | 36 | AD | 33 | 1F |
| Octal | 46 | 166 | 155 | 104 | 0 | 10 | 66 | 255 | 63 | 37 |
| Binary | 100110 | 1110110 | 1101101 | 1000100 | 0 | 1000 | 110110 | 10101101 | 110011 | 11111 |
Color Harmonies of #26766D
Complementary color
Monochromatic Colors of #26766D
Black with #26766D
Text Example
Text Example
White with #26766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26766D; }
p { color: rgb(38,118,109); }
H1.HeaderClassName
{
color: #26766D;
}
.AnyTagClassName
{
color: #26766D;
}
</style>
background-color css
<style>
a { background-color: #26766D; }
a { background-color: rgb(38,118,109); }
div.DivClassName
{
background-color: #26766D;
}
.BgClassName
{
background-color: #26766D;
}
</style>
border-color css
<style>
span { border-color: #26766D; }
span { border-color: rgb(38,118,109); }
td.TdClassName
{
border-color: #26766D;
}
.TagClassName
{
border-color: #26766D;
}
</style>