Shades of Cactus #5C7853
Tints of Cactus #5C7853
RGB
CMYK
RGB Variations
Color information
#5C7853 (or 0x5C7853) is known color: Cactus. HEX triplet: 5C, 78 and 53. RGB value is (92,120,83). Sum of RGB (Red+Green+Blue) = 92+120+83=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7853 is #A387AC. Grayscale: #6B6B6B. Windows color (decimal): -10717101 or 5470300. OLE color: 5470300.
HSL color Cylindrical-coordinate representation of color #5C7853: hue angle of 105.41º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7853 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 83 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.53 |
| HSL | 105.41º | 0.18% | 0.4% | - |
| HSV(B) | 105.41º | 0.31% | 0.47% | - |
| XYZ | 12.69 | 16.33 | 10.67 | - |
| YUV | 107.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 83 | 0.23 | 0 | 0.31 | 0.53 | 105.41 | 0.18 | 0.4 |
| Hex | 5C | 78 | 53 | 17 | 0 | 1F | 35 | 69 | 12 | 28 |
| Octal | 134 | 170 | 123 | 27 | 0 | 37 | 65 | 151 | 22 | 50 |
| Binary | 1011100 | 1111000 | 1010011 | 10111 | 0 | 11111 | 110101 | 1101001 | 10010 | 101000 |
Color Harmonies of #5C7853
Complementary color
Monochromatic Colors of #5C7853
Black with #5C7853
Text Example
Text Example
White with #5C7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7853; }
p { color: rgb(92,120,83); }
H1.HeaderClassName
{
color: #5C7853;
}
.AnyTagClassName
{
color: #5C7853;
}
</style>
background-color css
<style>
a { background-color: #5C7853; }
a { background-color: rgb(92,120,83); }
div.DivClassName
{
background-color: #5C7853;
}
.BgClassName
{
background-color: #5C7853;
}
</style>
border-color css
<style>
span { border-color: #5C7853; }
span { border-color: rgb(92,120,83); }
td.TdClassName
{
border-color: #5C7853;
}
.TagClassName
{
border-color: #5C7853;
}
</style>