Shades of Elm #207B70
Tints of Elm #207B70
RGB
CMYK
RGB Variations
Color information
#207B70 (or 0x207B70) is known color: Elm. HEX triplet: 20, 7B and 70. RGB value is (32,123,112). Sum of RGB (Red+Green+Blue) = 32+123+112=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #207B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B70 is #DF848F. Grayscale: #5E5E5E. Windows color (decimal): -14648464 or 7371552. OLE color: 7371552.
HSL color Cylindrical-coordinate representation of color #207B70: hue angle of 172.75º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B70 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 123 | 112 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.52 |
| HSL | 172.75º | 0.59% | 0.3% | - |
| HSV(B) | 172.75º | 0.74% | 0.48% | - |
| XYZ | 10.6 | 15.64 | 17.79 | - |
| YUV | 94.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 112 | 0.74 | 0 | 0.09 | 0.52 | 172.75 | 0.59 | 0.3 |
| Hex | 20 | 7B | 70 | 4A | 0 | 9 | 34 | AD | 3B | 1E |
| Octal | 40 | 173 | 160 | 112 | 0 | 11 | 64 | 255 | 73 | 36 |
| Binary | 100000 | 1111011 | 1110000 | 1001010 | 0 | 1001 | 110100 | 10101101 | 111011 | 11110 |
Color Harmonies of #207B70
Complementary color
Monochromatic Colors of #207B70
Black with #207B70
Text Example
Text Example
White with #207B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B70; }
p { color: rgb(32,123,112); }
H1.HeaderClassName
{
color: #207B70;
}
.AnyTagClassName
{
color: #207B70;
}
</style>
background-color css
<style>
a { background-color: #207B70; }
a { background-color: rgb(32,123,112); }
div.DivClassName
{
background-color: #207B70;
}
.BgClassName
{
background-color: #207B70;
}
</style>
border-color css
<style>
span { border-color: #207B70; }
span { border-color: rgb(32,123,112); }
td.TdClassName
{
border-color: #207B70;
}
.TagClassName
{
border-color: #207B70;
}
</style>