Shades of Cactus #55704C
Tints of Cactus #55704C
RGB
CMYK
RGB Variations
Color information
#55704C (or 0x55704C) is known color: Cactus. HEX triplet: 55, 70 and 4C. RGB value is (85,112,76). Sum of RGB (Red+Green+Blue) = 85+112+76=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #55704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55704C is #AA8FB3. Grayscale: #636363. Windows color (decimal): -11177908 or 5009493. OLE color: 5009493.
HSL color Cylindrical-coordinate representation of color #55704C: hue angle of 105º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55704C is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 76 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.56 |
| HSL | 105º | 0.19% | 0.37% | - |
| HSV(B) | 105º | 0.32% | 0.44% | - |
| XYZ | 10.84 | 14.04 | 8.98 | - |
| YUV | 99.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 76 | 0.24 | 0 | 0.32 | 0.56 | 105 | 0.19 | 0.37 |
| Hex | 55 | 70 | 4C | 18 | 0 | 20 | 38 | 69 | 13 | 25 |
| Octal | 125 | 160 | 114 | 30 | 0 | 40 | 70 | 151 | 23 | 45 |
| Binary | 1010101 | 1110000 | 1001100 | 11000 | 0 | 100000 | 111000 | 1101001 | 10011 | 100101 |
Color Harmonies of #55704C
Complementary color
Monochromatic Colors of #55704C
Black with #55704C
Text Example
Text Example
White with #55704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55704C; }
p { color: rgb(85,112,76); }
H1.HeaderClassName
{
color: #55704C;
}
.AnyTagClassName
{
color: #55704C;
}
</style>
background-color css
<style>
a { background-color: #55704C; }
a { background-color: rgb(85,112,76); }
div.DivClassName
{
background-color: #55704C;
}
.BgClassName
{
background-color: #55704C;
}
</style>
border-color css
<style>
span { border-color: #55704C; }
span { border-color: rgb(85,112,76); }
td.TdClassName
{
border-color: #55704C;
}
.TagClassName
{
border-color: #55704C;
}
</style>