Shades of Cactus #5D7654
Tints of Cactus #5D7654
RGB
CMYK
RGB Variations
Color information
#5D7654 (or 0x5D7654) is known color: Cactus. HEX triplet: 5D, 76 and 54. RGB value is (93,118,84). Sum of RGB (Red+Green+Blue) = 93+118+84=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7654 is #A289AB. Grayscale: #6A6A6A. Windows color (decimal): -10652076 or 5535325. OLE color: 5535325.
HSL color Cylindrical-coordinate representation of color #5D7654: hue angle of 104.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D7654 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 84 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.54 |
| HSL | 104.12º | 0.17% | 0.4% | - |
| HSV(B) | 104.12º | 0.29% | 0.46% | - |
| XYZ | 12.59 | 15.92 | 10.8 | - |
| YUV | 106.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 84 | 0.21 | 0 | 0.29 | 0.54 | 104.12 | 0.17 | 0.4 |
| Hex | 5D | 76 | 54 | 15 | 0 | 1D | 36 | 68 | 11 | 28 |
| Octal | 135 | 166 | 124 | 25 | 0 | 35 | 66 | 150 | 21 | 50 |
| Binary | 1011101 | 1110110 | 1010100 | 10101 | 0 | 11101 | 110110 | 1101000 | 10001 | 101000 |
Color Harmonies of #5D7654
Complementary color
Monochromatic Colors of #5D7654
Black with #5D7654
Text Example
Text Example
White with #5D7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7654; }
p { color: rgb(93,118,84); }
H1.HeaderClassName
{
color: #5D7654;
}
.AnyTagClassName
{
color: #5D7654;
}
</style>
background-color css
<style>
a { background-color: #5D7654; }
a { background-color: rgb(93,118,84); }
div.DivClassName
{
background-color: #5D7654;
}
.BgClassName
{
background-color: #5D7654;
}
</style>
border-color css
<style>
span { border-color: #5D7654; }
span { border-color: rgb(93,118,84); }
td.TdClassName
{
border-color: #5D7654;
}
.TagClassName
{
border-color: #5D7654;
}
</style>