Shades of Elm #268676
Tints of Elm #268676
RGB
CMYK
RGB Variations
Color information
#268676 (or 0x268676) is known color: Elm. HEX triplet: 26, 86 and 76. RGB value is (38,134,118). Sum of RGB (Red+Green+Blue) = 38+134+118=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #268676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268676 is #D97989. Grayscale: #676767. Windows color (decimal): -14252426 or 7767590. OLE color: 7767590.
HSL color Cylindrical-coordinate representation of color #268676: hue angle of 170º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268676 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 134 | 118 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.47 |
| HSL | 170º | 0.56% | 0.34% | - |
| HSV(B) | 170º | 0.72% | 0.53% | - |
| XYZ | 12.59 | 18.77 | 20.1 | - |
| YUV | 103.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 118 | 0.72 | 0 | 0.12 | 0.47 | 170 | 0.56 | 0.34 |
| Hex | 26 | 86 | 76 | 48 | 0 | C | 2F | AA | 38 | 22 |
| Octal | 46 | 206 | 166 | 110 | 0 | 14 | 57 | 252 | 70 | 42 |
| Binary | 100110 | 10000110 | 1110110 | 1001000 | 0 | 1100 | 101111 | 10101010 | 111000 | 100010 |
Color Harmonies of #268676
Complementary color
Monochromatic Colors of #268676
Black with #268676
Text Example
Text Example
White with #268676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268676; }
p { color: rgb(38,134,118); }
H1.HeaderClassName
{
color: #268676;
}
.AnyTagClassName
{
color: #268676;
}
</style>
background-color css
<style>
a { background-color: #268676; }
a { background-color: rgb(38,134,118); }
div.DivClassName
{
background-color: #268676;
}
.BgClassName
{
background-color: #268676;
}
</style>
border-color css
<style>
span { border-color: #268676; }
span { border-color: rgb(38,134,118); }
td.TdClassName
{
border-color: #268676;
}
.TagClassName
{
border-color: #268676;
}
</style>