Shades of Cactus #557A4F
Tints of Cactus #557A4F
RGB
CMYK
RGB Variations
Color information
#557A4F (or 0x557A4F) is known color: Cactus. HEX triplet: 55, 7A and 4F. RGB value is (85,122,79). Sum of RGB (Red+Green+Blue) = 85+122+79=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #557A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A4F is #AA85B0. Grayscale: #6A6A6A. Windows color (decimal): -11175345 or 5208661. OLE color: 5208661.
HSL color Cylindrical-coordinate representation of color #557A4F: hue angle of 111.63º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557A4F is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 79 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.52 |
| HSL | 111.63º | 0.21% | 0.39% | - |
| HSV(B) | 111.63º | 0.35% | 0.48% | - |
| XYZ | 12.12 | 16.41 | 9.93 | - |
| YUV | 106.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 79 | 0.30 | 0 | 0.35 | 0.52 | 111.63 | 0.21 | 0.39 |
| Hex | 55 | 7A | 4F | 1E | 0 | 23 | 34 | 70 | 15 | 27 |
| Octal | 125 | 172 | 117 | 36 | 0 | 43 | 64 | 160 | 25 | 47 |
| Binary | 1010101 | 1111010 | 1001111 | 11110 | 0 | 100011 | 110100 | 1110000 | 10101 | 100111 |
Color Harmonies of #557A4F
Complementary color
Monochromatic Colors of #557A4F
Black with #557A4F
Text Example
Text Example
White with #557A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A4F; }
p { color: rgb(85,122,79); }
H1.HeaderClassName
{
color: #557A4F;
}
.AnyTagClassName
{
color: #557A4F;
}
</style>
background-color css
<style>
a { background-color: #557A4F; }
a { background-color: rgb(85,122,79); }
div.DivClassName
{
background-color: #557A4F;
}
.BgClassName
{
background-color: #557A4F;
}
</style>
border-color css
<style>
span { border-color: #557A4F; }
span { border-color: rgb(85,122,79); }
td.TdClassName
{
border-color: #557A4F;
}
.TagClassName
{
border-color: #557A4F;
}
</style>