Shades of Cactus #5D7454
Tints of Cactus #5D7454
RGB
CMYK
RGB Variations
Color information
#5D7454 (or 0x5D7454) is known color: Cactus. HEX triplet: 5D, 74 and 54. RGB value is (93,116,84). Sum of RGB (Red+Green+Blue) = 93+116+84=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7454 is #A28BAB. Grayscale: #696969. Windows color (decimal): -10652588 or 5534813. OLE color: 5534813.
HSL color Cylindrical-coordinate representation of color #5D7454: hue angle of 103.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D7454 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 84 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.55 |
| HSL | 103.13º | 0.16% | 0.39% | - |
| HSV(B) | 103.13º | 0.28% | 0.45% | - |
| XYZ | 12.36 | 15.46 | 10.72 | - |
| YUV | 105.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 84 | 0.20 | 0 | 0.28 | 0.55 | 103.13 | 0.16 | 0.39 |
| Hex | 5D | 74 | 54 | 14 | 0 | 1C | 37 | 67 | 10 | 27 |
| Octal | 135 | 164 | 124 | 24 | 0 | 34 | 67 | 147 | 20 | 47 |
| Binary | 1011101 | 1110100 | 1010100 | 10100 | 0 | 11100 | 110111 | 1100111 | 10000 | 100111 |
Color Harmonies of #5D7454
Complementary color
Monochromatic Colors of #5D7454
Black with #5D7454
Text Example
Text Example
White with #5D7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7454; }
p { color: rgb(93,116,84); }
H1.HeaderClassName
{
color: #5D7454;
}
.AnyTagClassName
{
color: #5D7454;
}
</style>
background-color css
<style>
a { background-color: #5D7454; }
a { background-color: rgb(93,116,84); }
div.DivClassName
{
background-color: #5D7454;
}
.BgClassName
{
background-color: #5D7454;
}
</style>
border-color css
<style>
span { border-color: #5D7454; }
span { border-color: rgb(93,116,84); }
td.TdClassName
{
border-color: #5D7454;
}
.TagClassName
{
border-color: #5D7454;
}
</style>