Shades of Elm #22706C
Tints of Elm #22706C
RGB
CMYK
RGB Variations
Color information
#22706C (or 0x22706C) is known color: Elm. HEX triplet: 22, 70 and 6C. RGB value is (34,112,108). Sum of RGB (Red+Green+Blue) = 34+112+108=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #22706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22706C is #DD8F93. Grayscale: #585858. Windows color (decimal): -14520212 or 7106594. OLE color: 7106594.
HSL color Cylindrical-coordinate representation of color #22706C: hue angle of 176.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22706C is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 112 | 108 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.56 |
| HSL | 176.92º | 0.53% | 0.29% | - |
| HSV(B) | 176.92º | 0.7% | 0.44% | - |
| XYZ | 9.16 | 13.01 | 16.22 | - |
| YUV | 88.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 108 | 0.70 | 0 | 0.04 | 0.56 | 176.92 | 0.53 | 0.29 |
| Hex | 22 | 70 | 6C | 46 | 0 | 4 | 38 | B1 | 35 | 1D |
| Octal | 42 | 160 | 154 | 106 | 0 | 4 | 70 | 261 | 65 | 35 |
| Binary | 100010 | 1110000 | 1101100 | 1000110 | 0 | 100 | 111000 | 10110001 | 110101 | 11101 |
Color Harmonies of #22706C
Complementary color
Monochromatic Colors of #22706C
Black with #22706C
Text Example
Text Example
White with #22706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22706C; }
p { color: rgb(34,112,108); }
H1.HeaderClassName
{
color: #22706C;
}
.AnyTagClassName
{
color: #22706C;
}
</style>
background-color css
<style>
a { background-color: #22706C; }
a { background-color: rgb(34,112,108); }
div.DivClassName
{
background-color: #22706C;
}
.BgClassName
{
background-color: #22706C;
}
</style>
border-color css
<style>
span { border-color: #22706C; }
span { border-color: rgb(34,112,108); }
td.TdClassName
{
border-color: #22706C;
}
.TagClassName
{
border-color: #22706C;
}
</style>