Shades of Cactus #5A754E
Tints of Cactus #5A754E
RGB
CMYK
RGB Variations
Color information
#5A754E (or 0x5A754E) is known color: Cactus. HEX triplet: 5A, 75 and 4E. RGB value is (90,117,78). Sum of RGB (Red+Green+Blue) = 90+117+78=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #5A754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A754E is #A58AB1. Grayscale: #686868. Windows color (decimal): -10848946 or 5141850. OLE color: 5141850.
HSL color Cylindrical-coordinate representation of color #5A754E: hue angle of 101.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A754E is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 78 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.54 |
| HSL | 101.54º | 0.2% | 0.38% | - |
| HSV(B) | 101.54º | 0.33% | 0.46% | - |
| XYZ | 11.95 | 15.45 | 9.56 | - |
| YUV | 104.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 78 | 0.23 | 0 | 0.33 | 0.54 | 101.54 | 0.2 | 0.38 |
| Hex | 5A | 75 | 4E | 17 | 0 | 21 | 36 | 66 | 14 | 26 |
| Octal | 132 | 165 | 116 | 27 | 0 | 41 | 66 | 146 | 24 | 46 |
| Binary | 1011010 | 1110101 | 1001110 | 10111 | 0 | 100001 | 110110 | 1100110 | 10100 | 100110 |
Color Harmonies of #5A754E
Complementary color
Monochromatic Colors of #5A754E
Black with #5A754E
Text Example
Text Example
White with #5A754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A754E; }
p { color: rgb(90,117,78); }
H1.HeaderClassName
{
color: #5A754E;
}
.AnyTagClassName
{
color: #5A754E;
}
</style>
background-color css
<style>
a { background-color: #5A754E; }
a { background-color: rgb(90,117,78); }
div.DivClassName
{
background-color: #5A754E;
}
.BgClassName
{
background-color: #5A754E;
}
</style>
border-color css
<style>
span { border-color: #5A754E; }
span { border-color: rgb(90,117,78); }
td.TdClassName
{
border-color: #5A754E;
}
.TagClassName
{
border-color: #5A754E;
}
</style>