Shades of Cactus #5C7456
Tints of Cactus #5C7456
RGB
CMYK
RGB Variations
Color information
#5C7456 (or 0x5C7456) is known color: Cactus. HEX triplet: 5C, 74 and 56. RGB value is (92,116,86). Sum of RGB (Red+Green+Blue) = 92+116+86=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7456 is #A38BA9. Grayscale: #696969. Windows color (decimal): -10718122 or 5665884. OLE color: 5665884.
HSL color Cylindrical-coordinate representation of color #5C7456: hue angle of 108º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7456 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 116 | 86 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.55 |
| HSL | 108º | 0.15% | 0.4% | - |
| HSV(B) | 108º | 0.26% | 0.45% | - |
| XYZ | 12.34 | 15.44 | 11.13 | - |
| YUV | 105.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 86 | 0.21 | 0 | 0.26 | 0.55 | 108 | 0.15 | 0.4 |
| Hex | 5C | 74 | 56 | 15 | 0 | 1A | 37 | 6C | F | 28 |
| Octal | 134 | 164 | 126 | 25 | 0 | 32 | 67 | 154 | 17 | 50 |
| Binary | 1011100 | 1110100 | 1010110 | 10101 | 0 | 11010 | 110111 | 1101100 | 1111 | 101000 |
Color Harmonies of #5C7456
Complementary color
Monochromatic Colors of #5C7456
Black with #5C7456
Text Example
Text Example
White with #5C7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7456; }
p { color: rgb(92,116,86); }
H1.HeaderClassName
{
color: #5C7456;
}
.AnyTagClassName
{
color: #5C7456;
}
</style>
background-color css
<style>
a { background-color: #5C7456; }
a { background-color: rgb(92,116,86); }
div.DivClassName
{
background-color: #5C7456;
}
.BgClassName
{
background-color: #5C7456;
}
</style>
border-color css
<style>
span { border-color: #5C7456; }
span { border-color: rgb(92,116,86); }
td.TdClassName
{
border-color: #5C7456;
}
.TagClassName
{
border-color: #5C7456;
}
</style>