Shades of Cactus #5A6751
Tints of Cactus #5A6751
RGB
CMYK
RGB Variations
Color information
#5A6751 (or 0x5A6751) is known color: Cactus. HEX triplet: 5A, 67 and 51. RGB value is (90,103,81). Sum of RGB (Red+Green+Blue) = 90+103+81=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6751 is #A598AE. Grayscale: #606060. Windows color (decimal): -10852527 or 5334874. OLE color: 5334874.
HSL color Cylindrical-coordinate representation of color #5A6751: hue angle of 95.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A6751 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 81 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.60 |
| HSL | 95.45º | 0.12% | 0.36% | - |
| HSV(B) | 95.45º | 0.21% | 0.4% | - |
| XYZ | 10.55 | 12.47 | 9.64 | - |
| YUV | 96.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 81 | 0.13 | 0 | 0.21 | 0.60 | 95.45 | 0.12 | 0.36 |
| Hex | 5A | 67 | 51 | D | 0 | 15 | 3C | 5F | C | 24 |
| Octal | 132 | 147 | 121 | 15 | 0 | 25 | 74 | 137 | 14 | 44 |
| Binary | 1011010 | 1100111 | 1010001 | 1101 | 0 | 10101 | 111100 | 1011111 | 1100 | 100100 |
Color Harmonies of #5A6751
Complementary color
Monochromatic Colors of #5A6751
Black with #5A6751
Text Example
Text Example
White with #5A6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6751; }
p { color: rgb(90,103,81); }
H1.HeaderClassName
{
color: #5A6751;
}
.AnyTagClassName
{
color: #5A6751;
}
</style>
background-color css
<style>
a { background-color: #5A6751; }
a { background-color: rgb(90,103,81); }
div.DivClassName
{
background-color: #5A6751;
}
.BgClassName
{
background-color: #5A6751;
}
</style>
border-color css
<style>
span { border-color: #5A6751; }
span { border-color: rgb(90,103,81); }
td.TdClassName
{
border-color: #5A6751;
}
.TagClassName
{
border-color: #5A6751;
}
</style>