Shades of Elm #267C78
Tints of Elm #267C78
RGB
CMYK
RGB Variations
Color information
#267C78 (or 0x267C78) is known color: Elm. HEX triplet: 26, 7C and 78. RGB value is (38,124,120). Sum of RGB (Red+Green+Blue) = 38+124+120=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #267C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C78 is #D98387. Grayscale: #616161. Windows color (decimal): -14254984 or 7896102. OLE color: 7896102.
HSL color Cylindrical-coordinate representation of color #267C78: hue angle of 177.21º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C78 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 120 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.51 |
| HSL | 177.21º | 0.53% | 0.32% | - |
| HSV(B) | 177.21º | 0.69% | 0.49% | - |
| XYZ | 11.4 | 16.18 | 20.29 | - |
| YUV | 97.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 120 | 0.69 | 0 | 0.03 | 0.51 | 177.21 | 0.53 | 0.32 |
| Hex | 26 | 7C | 78 | 45 | 0 | 3 | 33 | B1 | 35 | 20 |
| Octal | 46 | 174 | 170 | 105 | 0 | 3 | 63 | 261 | 65 | 40 |
| Binary | 100110 | 1111100 | 1111000 | 1000101 | 0 | 11 | 110011 | 10110001 | 110101 | 100000 |
Color Harmonies of #267C78
Complementary color
Monochromatic Colors of #267C78
Black with #267C78
Text Example
Text Example
White with #267C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C78; }
p { color: rgb(38,124,120); }
H1.HeaderClassName
{
color: #267C78;
}
.AnyTagClassName
{
color: #267C78;
}
</style>
background-color css
<style>
a { background-color: #267C78; }
a { background-color: rgb(38,124,120); }
div.DivClassName
{
background-color: #267C78;
}
.BgClassName
{
background-color: #267C78;
}
</style>
border-color css
<style>
span { border-color: #267C78; }
span { border-color: rgb(38,124,120); }
td.TdClassName
{
border-color: #267C78;
}
.TagClassName
{
border-color: #267C78;
}
</style>