Shades of Cactus #5A6757
Tints of Cactus #5A6757
RGB
CMYK
RGB Variations
Color information
#5A6757 (or 0x5A6757) is known color: Cactus. HEX triplet: 5A, 67 and 57. RGB value is (90,103,87). Sum of RGB (Red+Green+Blue) = 90+103+87=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6757 is #A598A8. Grayscale: #616161. Windows color (decimal): -10852521 or 5728090. OLE color: 5728090.
HSL color Cylindrical-coordinate representation of color #5A6757: hue angle of 108.75º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6757 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 87 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.60 |
| HSL | 108.75º | 0.08% | 0.37% | - |
| HSV(B) | 108.75º | 0.16% | 0.4% | - |
| XYZ | 10.79 | 12.56 | 10.87 | - |
| YUV | 97.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 87 | 0.13 | 0 | 0.16 | 0.60 | 108.75 | 0.08 | 0.37 |
| Hex | 5A | 67 | 57 | D | 0 | 10 | 3C | 6D | 8 | 25 |
| Octal | 132 | 147 | 127 | 15 | 0 | 20 | 74 | 155 | 10 | 45 |
| Binary | 1011010 | 1100111 | 1010111 | 1101 | 0 | 10000 | 111100 | 1101101 | 1000 | 100101 |
Color Harmonies of #5A6757
Complementary color
Monochromatic Colors of #5A6757
Black with #5A6757
Text Example
Text Example
White with #5A6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6757; }
p { color: rgb(90,103,87); }
H1.HeaderClassName
{
color: #5A6757;
}
.AnyTagClassName
{
color: #5A6757;
}
</style>
background-color css
<style>
a { background-color: #5A6757; }
a { background-color: rgb(90,103,87); }
div.DivClassName
{
background-color: #5A6757;
}
.BgClassName
{
background-color: #5A6757;
}
</style>
border-color css
<style>
span { border-color: #5A6757; }
span { border-color: rgb(90,103,87); }
td.TdClassName
{
border-color: #5A6757;
}
.TagClassName
{
border-color: #5A6757;
}
</style>