Shades of Elm #27766F
Tints of Elm #27766F
RGB
CMYK
RGB Variations
Color information
#27766F (or 0x27766F) is known color: Elm. HEX triplet: 27, 76 and 6F. RGB value is (39,118,111). Sum of RGB (Red+Green+Blue) = 39+118+111=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #27766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27766F is #D88990. Grayscale: #5D5D5D. Windows color (decimal): -14190993 or 7304743. OLE color: 7304743.
HSL color Cylindrical-coordinate representation of color #27766F: hue angle of 174.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27766F is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 111 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.54 |
| HSL | 174.68º | 0.5% | 0.31% | - |
| HSV(B) | 174.68º | 0.67% | 0.46% | - |
| XYZ | 10.18 | 14.54 | 17.31 | - |
| YUV | 93.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 111 | 0.67 | 0 | 0.06 | 0.54 | 174.68 | 0.5 | 0.31 |
| Hex | 27 | 76 | 6F | 43 | 0 | 6 | 36 | AF | 32 | 1F |
| Octal | 47 | 166 | 157 | 103 | 0 | 6 | 66 | 257 | 62 | 37 |
| Binary | 100111 | 1110110 | 1101111 | 1000011 | 0 | 110 | 110110 | 10101111 | 110010 | 11111 |
Color Harmonies of #27766F
Complementary color
Monochromatic Colors of #27766F
Black with #27766F
Text Example
Text Example
White with #27766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27766F; }
p { color: rgb(39,118,111); }
H1.HeaderClassName
{
color: #27766F;
}
.AnyTagClassName
{
color: #27766F;
}
</style>
background-color css
<style>
a { background-color: #27766F; }
a { background-color: rgb(39,118,111); }
div.DivClassName
{
background-color: #27766F;
}
.BgClassName
{
background-color: #27766F;
}
</style>
border-color css
<style>
span { border-color: #27766F; }
span { border-color: rgb(39,118,111); }
td.TdClassName
{
border-color: #27766F;
}
.TagClassName
{
border-color: #27766F;
}
</style>