Shades of Elm #207070
Tints of Elm #207070
RGB
CMYK
RGB Variations
Color information
#207070 (or 0x207070) is known color: Elm. HEX triplet: 20, 70 and 70. RGB value is (32,112,112). Sum of RGB (Red+Green+Blue) = 32+112+112=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #207070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207070 is #DF8F8F. Grayscale: #585858. Windows color (decimal): -14651280 or 7368736. OLE color: 7368736.
HSL color Cylindrical-coordinate representation of color #207070: hue angle of 180º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207070 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 112 | - |
| CMYK | 0.71 | 0 | 0 | 0.56 |
| HSL | 180º | 0.56% | 0.28% | - |
| HSV(B) | 180º | 0.71% | 0.44% | - |
| XYZ | 9.31 | 13.07 | 17.36 | - |
| YUV | 88.08 | 141.5 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 112 | 0.71 | 0 | 0 | 0.56 | 180 | 0.56 | 0.28 |
| Hex | 20 | 70 | 70 | 47 | 0 | 0 | 38 | B4 | 38 | 1C |
| Octal | 40 | 160 | 160 | 107 | 0 | 0 | 70 | 264 | 70 | 34 |
| Binary | 100000 | 1110000 | 1110000 | 1000111 | 0 | 0 | 111000 | 10110100 | 111000 | 11100 |
Color Harmonies of #207070
Complementary color
Monochromatic Colors of #207070
Black with #207070
Text Example
Text Example
White with #207070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207070; }
p { color: rgb(32,112,112); }
H1.HeaderClassName
{
color: #207070;
}
.AnyTagClassName
{
color: #207070;
}
</style>
background-color css
<style>
a { background-color: #207070; }
a { background-color: rgb(32,112,112); }
div.DivClassName
{
background-color: #207070;
}
.BgClassName
{
background-color: #207070;
}
</style>
border-color css
<style>
span { border-color: #207070; }
span { border-color: rgb(32,112,112); }
td.TdClassName
{
border-color: #207070;
}
.TagClassName
{
border-color: #207070;
}
</style>