Shades of Cactus #5A734C
Tints of Cactus #5A734C
RGB
CMYK
RGB Variations
Color information
#5A734C (or 0x5A734C) is known color: Cactus. HEX triplet: 5A, 73 and 4C. RGB value is (90,115,76). Sum of RGB (Red+Green+Blue) = 90+115+76=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #5A734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A734C is #A58CB3. Grayscale: #676767. Windows color (decimal): -10849460 or 5010266. OLE color: 5010266.
HSL color Cylindrical-coordinate representation of color #5A734C: hue angle of 98.46º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A734C is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 76 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.55 |
| HSL | 98.46º | 0.2% | 0.37% | - |
| HSV(B) | 98.46º | 0.34% | 0.45% | - |
| XYZ | 11.65 | 14.96 | 9.11 | - |
| YUV | 103.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 76 | 0.22 | 0 | 0.34 | 0.55 | 98.46 | 0.2 | 0.37 |
| Hex | 5A | 73 | 4C | 16 | 0 | 22 | 37 | 62 | 14 | 25 |
| Octal | 132 | 163 | 114 | 26 | 0 | 42 | 67 | 142 | 24 | 45 |
| Binary | 1011010 | 1110011 | 1001100 | 10110 | 0 | 100010 | 110111 | 1100010 | 10100 | 100101 |
Color Harmonies of #5A734C
Complementary color
Monochromatic Colors of #5A734C
Black with #5A734C
Text Example
Text Example
White with #5A734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A734C; }
p { color: rgb(90,115,76); }
H1.HeaderClassName
{
color: #5A734C;
}
.AnyTagClassName
{
color: #5A734C;
}
</style>
background-color css
<style>
a { background-color: #5A734C; }
a { background-color: rgb(90,115,76); }
div.DivClassName
{
background-color: #5A734C;
}
.BgClassName
{
background-color: #5A734C;
}
</style>
border-color css
<style>
span { border-color: #5A734C; }
span { border-color: rgb(90,115,76); }
td.TdClassName
{
border-color: #5A734C;
}
.TagClassName
{
border-color: #5A734C;
}
</style>