Shades of Elm #27706F
Tints of Elm #27706F
RGB
CMYK
RGB Variations
Color information
#27706F (or 0x27706F) is known color: Elm. HEX triplet: 27, 70 and 6F. RGB value is (39,112,111). Sum of RGB (Red+Green+Blue) = 39+112+111=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #27706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27706F is #D88F90. Grayscale: #595959. Windows color (decimal): -14192529 or 7303207. OLE color: 7303207.
HSL color Cylindrical-coordinate representation of color #27706F: hue angle of 179.18º 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 #27706F is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 111 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.56 |
| HSL | 179.18º | 0.48% | 0.3% | - |
| HSV(B) | 179.18º | 0.65% | 0.44% | - |
| XYZ | 9.5 | 13.17 | 17.08 | - |
| YUV | 90.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 111 | 0.65 | 0 | 0.01 | 0.56 | 179.18 | 0.48 | 0.3 |
| Hex | 27 | 70 | 6F | 41 | 0 | 1 | 38 | B3 | 30 | 1E |
| Octal | 47 | 160 | 157 | 101 | 0 | 1 | 70 | 263 | 60 | 36 |
| Binary | 100111 | 1110000 | 1101111 | 1000001 | 0 | 1 | 111000 | 10110011 | 110000 | 11110 |
Color Harmonies of #27706F
Complementary color
Monochromatic Colors of #27706F
Black with #27706F
Text Example
Text Example
White with #27706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27706F; }
p { color: rgb(39,112,111); }
H1.HeaderClassName
{
color: #27706F;
}
.AnyTagClassName
{
color: #27706F;
}
</style>
background-color css
<style>
a { background-color: #27706F; }
a { background-color: rgb(39,112,111); }
div.DivClassName
{
background-color: #27706F;
}
.BgClassName
{
background-color: #27706F;
}
</style>
border-color css
<style>
span { border-color: #27706F; }
span { border-color: rgb(39,112,111); }
td.TdClassName
{
border-color: #27706F;
}
.TagClassName
{
border-color: #27706F;
}
</style>