Shades of Elm #26766F
Tints of Elm #26766F
RGB
CMYK
RGB Variations
Color information
#26766F (or 0x26766F) is known color: Elm. HEX triplet: 26, 76 and 6F. RGB value is (38,118,111). Sum of RGB (Red+Green+Blue) = 38+118+111=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #26766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26766F is #D98990. Grayscale: #5D5D5D. Windows color (decimal): -14256529 or 7304742. OLE color: 7304742.
HSL color Cylindrical-coordinate representation of color #26766F: hue angle of 174.75º 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 #26766F is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 118 | 111 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.54 |
| HSL | 174.75º | 0.51% | 0.31% | - |
| HSV(B) | 174.75º | 0.68% | 0.46% | - |
| XYZ | 10.15 | 14.52 | 17.31 | - |
| YUV | 93.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 111 | 0.68 | 0 | 0.06 | 0.54 | 174.75 | 0.51 | 0.31 |
| Hex | 26 | 76 | 6F | 44 | 0 | 6 | 36 | AF | 33 | 1F |
| Octal | 46 | 166 | 157 | 104 | 0 | 6 | 66 | 257 | 63 | 37 |
| Binary | 100110 | 1110110 | 1101111 | 1000100 | 0 | 110 | 110110 | 10101111 | 110011 | 11111 |
Color Harmonies of #26766F
Complementary color
Monochromatic Colors of #26766F
Black with #26766F
Text Example
Text Example
White with #26766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26766F; }
p { color: rgb(38,118,111); }
H1.HeaderClassName
{
color: #26766F;
}
.AnyTagClassName
{
color: #26766F;
}
</style>
background-color css
<style>
a { background-color: #26766F; }
a { background-color: rgb(38,118,111); }
div.DivClassName
{
background-color: #26766F;
}
.BgClassName
{
background-color: #26766F;
}
</style>
border-color css
<style>
span { border-color: #26766F; }
span { border-color: rgb(38,118,111); }
td.TdClassName
{
border-color: #26766F;
}
.TagClassName
{
border-color: #26766F;
}
</style>