Shades of Cactus #5D7753
Tints of Cactus #5D7753
RGB
CMYK
RGB Variations
Color information
#5D7753 (or 0x5D7753) is known color: Cactus. HEX triplet: 5D, 77 and 53. RGB value is (93,119,83). Sum of RGB (Red+Green+Blue) = 93+119+83=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7753 is #A288AC. Grayscale: #6B6B6B. Windows color (decimal): -10651821 or 5470045. OLE color: 5470045.
HSL color Cylindrical-coordinate representation of color #5D7753: hue angle of 103.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D7753 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 83 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.53 |
| HSL | 103.33º | 0.18% | 0.4% | - |
| HSV(B) | 103.33º | 0.3% | 0.47% | - |
| XYZ | 12.67 | 16.15 | 10.63 | - |
| YUV | 107.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 83 | 0.22 | 0 | 0.30 | 0.53 | 103.33 | 0.18 | 0.4 |
| Hex | 5D | 77 | 53 | 16 | 0 | 1E | 35 | 67 | 12 | 28 |
| Octal | 135 | 167 | 123 | 26 | 0 | 36 | 65 | 147 | 22 | 50 |
| Binary | 1011101 | 1110111 | 1010011 | 10110 | 0 | 11110 | 110101 | 1100111 | 10010 | 101000 |
Color Harmonies of #5D7753
Complementary color
Monochromatic Colors of #5D7753
Black with #5D7753
Text Example
Text Example
White with #5D7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7753; }
p { color: rgb(93,119,83); }
H1.HeaderClassName
{
color: #5D7753;
}
.AnyTagClassName
{
color: #5D7753;
}
</style>
background-color css
<style>
a { background-color: #5D7753; }
a { background-color: rgb(93,119,83); }
div.DivClassName
{
background-color: #5D7753;
}
.BgClassName
{
background-color: #5D7753;
}
</style>
border-color css
<style>
span { border-color: #5D7753; }
span { border-color: rgb(93,119,83); }
td.TdClassName
{
border-color: #5D7753;
}
.TagClassName
{
border-color: #5D7753;
}
</style>