Shades of Cactus #5A764F
Tints of Cactus #5A764F
RGB
CMYK
RGB Variations
Color information
#5A764F (or 0x5A764F) is known color: Cactus. HEX triplet: 5A, 76 and 4F. RGB value is (90,118,79). Sum of RGB (Red+Green+Blue) = 90+118+79=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #5A764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A764F is #A589B0. Grayscale: #696969. Windows color (decimal): -10848689 or 5207642. OLE color: 5207642.
HSL color Cylindrical-coordinate representation of color #5A764F: hue angle of 103.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A764F is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 79 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.54 |
| HSL | 103.08º | 0.2% | 0.39% | - |
| HSV(B) | 103.08º | 0.33% | 0.46% | - |
| XYZ | 12.11 | 15.7 | 9.79 | - |
| YUV | 105.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 79 | 0.24 | 0 | 0.33 | 0.54 | 103.08 | 0.2 | 0.39 |
| Hex | 5A | 76 | 4F | 18 | 0 | 21 | 36 | 67 | 14 | 27 |
| Octal | 132 | 166 | 117 | 30 | 0 | 41 | 66 | 147 | 24 | 47 |
| Binary | 1011010 | 1110110 | 1001111 | 11000 | 0 | 100001 | 110110 | 1100111 | 10100 | 100111 |
Color Harmonies of #5A764F
Complementary color
Monochromatic Colors of #5A764F
Black with #5A764F
Text Example
Text Example
White with #5A764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A764F; }
p { color: rgb(90,118,79); }
H1.HeaderClassName
{
color: #5A764F;
}
.AnyTagClassName
{
color: #5A764F;
}
</style>
background-color css
<style>
a { background-color: #5A764F; }
a { background-color: rgb(90,118,79); }
div.DivClassName
{
background-color: #5A764F;
}
.BgClassName
{
background-color: #5A764F;
}
</style>
border-color css
<style>
span { border-color: #5A764F; }
span { border-color: rgb(90,118,79); }
td.TdClassName
{
border-color: #5A764F;
}
.TagClassName
{
border-color: #5A764F;
}
</style>