Shades of Elm #267F75
Tints of Elm #267F75
RGB
CMYK
RGB Variations
Color information
#267F75 (or 0x267F75) is known color: Elm. HEX triplet: 26, 7F and 75. RGB value is (38,127,117). Sum of RGB (Red+Green+Blue) = 38+127+117=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #267F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F75 is #D9808A. Grayscale: #636363. Windows color (decimal): -14254219 or 7700262. OLE color: 7700262.
HSL color Cylindrical-coordinate representation of color #267F75: hue angle of 173.26º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F75 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 117 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.50 |
| HSL | 173.26º | 0.54% | 0.32% | - |
| HSV(B) | 173.26º | 0.7% | 0.5% | - |
| XYZ | 11.6 | 16.88 | 19.48 | - |
| YUV | 99.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 117 | 0.70 | 0 | 0.08 | 0.50 | 173.26 | 0.54 | 0.32 |
| Hex | 26 | 7F | 75 | 46 | 0 | 8 | 32 | AD | 36 | 20 |
| Octal | 46 | 177 | 165 | 106 | 0 | 10 | 62 | 255 | 66 | 40 |
| Binary | 100110 | 1111111 | 1110101 | 1000110 | 0 | 1000 | 110010 | 10101101 | 110110 | 100000 |
Color Harmonies of #267F75
Complementary color
Monochromatic Colors of #267F75
Black with #267F75
Text Example
Text Example
White with #267F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F75; }
p { color: rgb(38,127,117); }
H1.HeaderClassName
{
color: #267F75;
}
.AnyTagClassName
{
color: #267F75;
}
</style>
background-color css
<style>
a { background-color: #267F75; }
a { background-color: rgb(38,127,117); }
div.DivClassName
{
background-color: #267F75;
}
.BgClassName
{
background-color: #267F75;
}
</style>
border-color css
<style>
span { border-color: #267F75; }
span { border-color: rgb(38,127,117); }
td.TdClassName
{
border-color: #267F75;
}
.TagClassName
{
border-color: #267F75;
}
</style>