Shades of Elm #267977
Tints of Elm #267977
RGB
CMYK
RGB Variations
Color information
#267977 (or 0x267977) is known color: Elm. HEX triplet: 26, 79 and 77. RGB value is (38,121,119). Sum of RGB (Red+Green+Blue) = 38+121+119=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #267977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267977 is #D98688. Grayscale: #5F5F5F. Windows color (decimal): -14255753 or 7829798. OLE color: 7829798.
HSL color Cylindrical-coordinate representation of color #267977: hue angle of 178.55º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267977 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 121 | 119 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.53 |
| HSL | 178.55º | 0.52% | 0.31% | - |
| HSV(B) | 178.55º | 0.69% | 0.47% | - |
| XYZ | 10.97 | 15.42 | 19.85 | - |
| YUV | 95.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 119 | 0.69 | 0 | 0.02 | 0.53 | 178.55 | 0.52 | 0.31 |
| Hex | 26 | 79 | 77 | 45 | 0 | 2 | 35 | B3 | 34 | 1F |
| Octal | 46 | 171 | 167 | 105 | 0 | 2 | 65 | 263 | 64 | 37 |
| Binary | 100110 | 1111001 | 1110111 | 1000101 | 0 | 10 | 110101 | 10110011 | 110100 | 11111 |
Color Harmonies of #267977
Complementary color
Monochromatic Colors of #267977
Black with #267977
Text Example
Text Example
White with #267977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267977; }
p { color: rgb(38,121,119); }
H1.HeaderClassName
{
color: #267977;
}
.AnyTagClassName
{
color: #267977;
}
</style>
background-color css
<style>
a { background-color: #267977; }
a { background-color: rgb(38,121,119); }
div.DivClassName
{
background-color: #267977;
}
.BgClassName
{
background-color: #267977;
}
</style>
border-color css
<style>
span { border-color: #267977; }
span { border-color: rgb(38,121,119); }
td.TdClassName
{
border-color: #267977;
}
.TagClassName
{
border-color: #267977;
}
</style>