Shades of Elm #27706E
Tints of Elm #27706E
RGB
CMYK
RGB Variations
Color information
#27706E (or 0x27706E) is known color: Elm. HEX triplet: 27, 70 and 6E. RGB value is (39,112,110). Sum of RGB (Red+Green+Blue) = 39+112+110=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #27706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27706E is #D88F91. Grayscale: #595959. Windows color (decimal): -14192530 or 7237671. OLE color: 7237671.
HSL color Cylindrical-coordinate representation of color #27706E: hue angle of 178.36º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27706E is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 110 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.56 |
| HSL | 178.36º | 0.48% | 0.3% | - |
| HSV(B) | 178.36º | 0.65% | 0.44% | - |
| XYZ | 9.45 | 13.15 | 16.79 | - |
| YUV | 89.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 110 | 0.65 | 0 | 0.02 | 0.56 | 178.36 | 0.48 | 0.3 |
| Hex | 27 | 70 | 6E | 41 | 0 | 2 | 38 | B2 | 30 | 1E |
| Octal | 47 | 160 | 156 | 101 | 0 | 2 | 70 | 262 | 60 | 36 |
| Binary | 100111 | 1110000 | 1101110 | 1000001 | 0 | 10 | 111000 | 10110010 | 110000 | 11110 |
Color Harmonies of #27706E
Complementary color
Monochromatic Colors of #27706E
Black with #27706E
Text Example
Text Example
White with #27706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27706E; }
p { color: rgb(39,112,110); }
H1.HeaderClassName
{
color: #27706E;
}
.AnyTagClassName
{
color: #27706E;
}
</style>
background-color css
<style>
a { background-color: #27706E; }
a { background-color: rgb(39,112,110); }
div.DivClassName
{
background-color: #27706E;
}
.BgClassName
{
background-color: #27706E;
}
</style>
border-color css
<style>
span { border-color: #27706E; }
span { border-color: rgb(39,112,110); }
td.TdClassName
{
border-color: #27706E;
}
.TagClassName
{
border-color: #27706E;
}
</style>