Shades of Elm #268777
Tints of Elm #268777
RGB
CMYK
RGB Variations
Color information
#268777 (or 0x268777) is known color: Elm. HEX triplet: 26, 87 and 77. RGB value is (38,135,119). Sum of RGB (Red+Green+Blue) = 38+135+119=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #268777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268777 is #D97888. Grayscale: #686868. Windows color (decimal): -14252169 or 7833382. OLE color: 7833382.
HSL color Cylindrical-coordinate representation of color #268777: hue angle of 170.1º 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 #268777 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 119 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.47 |
| HSL | 170.1º | 0.56% | 0.34% | - |
| HSV(B) | 170.1º | 0.72% | 0.53% | - |
| XYZ | 12.79 | 19.07 | 20.46 | - |
| YUV | 104.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 119 | 0.72 | 0 | 0.12 | 0.47 | 170.1 | 0.56 | 0.34 |
| Hex | 26 | 87 | 77 | 48 | 0 | C | 2F | AA | 38 | 22 |
| Octal | 46 | 207 | 167 | 110 | 0 | 14 | 57 | 252 | 70 | 42 |
| Binary | 100110 | 10000111 | 1110111 | 1001000 | 0 | 1100 | 101111 | 10101010 | 111000 | 100010 |
Color Harmonies of #268777
Complementary color
Monochromatic Colors of #268777
Black with #268777
Text Example
Text Example
White with #268777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268777; }
p { color: rgb(38,135,119); }
H1.HeaderClassName
{
color: #268777;
}
.AnyTagClassName
{
color: #268777;
}
</style>
background-color css
<style>
a { background-color: #268777; }
a { background-color: rgb(38,135,119); }
div.DivClassName
{
background-color: #268777;
}
.BgClassName
{
background-color: #268777;
}
</style>
border-color css
<style>
span { border-color: #268777; }
span { border-color: rgb(38,135,119); }
td.TdClassName
{
border-color: #268777;
}
.TagClassName
{
border-color: #268777;
}
</style>