Shades of Cactus #5F6859
Tints of Cactus #5F6859
RGB
CMYK
RGB Variations
Color information
#5F6859 (or 0x5F6859) is known color: Cactus. HEX triplet: 5F, 68 and 59. RGB value is (95,104,89). Sum of RGB (Red+Green+Blue) = 95+104+89=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6859 is #A097A6. Grayscale: #636363. Windows color (decimal): -10524583 or 5859423. OLE color: 5859423.
HSL color Cylindrical-coordinate representation of color #5F6859: hue angle of 96º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6859 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 89 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.59 |
| HSL | 96º | 0.08% | 0.38% | - |
| HSV(B) | 96º | 0.14% | 0.41% | - |
| XYZ | 11.47 | 13.05 | 11.37 | - |
| YUV | 99.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 89 | 0.09 | 0 | 0.14 | 0.59 | 96 | 0.08 | 0.38 |
| Hex | 5F | 68 | 59 | 9 | 0 | E | 3B | 60 | 8 | 26 |
| Octal | 137 | 150 | 131 | 11 | 0 | 16 | 73 | 140 | 10 | 46 |
| Binary | 1011111 | 1101000 | 1011001 | 1001 | 0 | 1110 | 111011 | 1100000 | 1000 | 100110 |
Color Harmonies of #5F6859
Complementary color
Monochromatic Colors of #5F6859
Black with #5F6859
Text Example
Text Example
White with #5F6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6859; }
p { color: rgb(95,104,89); }
H1.HeaderClassName
{
color: #5F6859;
}
.AnyTagClassName
{
color: #5F6859;
}
</style>
background-color css
<style>
a { background-color: #5F6859; }
a { background-color: rgb(95,104,89); }
div.DivClassName
{
background-color: #5F6859;
}
.BgClassName
{
background-color: #5F6859;
}
</style>
border-color css
<style>
span { border-color: #5F6859; }
span { border-color: rgb(95,104,89); }
td.TdClassName
{
border-color: #5F6859;
}
.TagClassName
{
border-color: #5F6859;
}
</style>