Shades of Cactus #5F6B58
Tints of Cactus #5F6B58
RGB
CMYK
RGB Variations
Color information
#5F6B58 (or 0x5F6B58) is known color: Cactus. HEX triplet: 5F, 6B and 58. RGB value is (95,107,88). Sum of RGB (Red+Green+Blue) = 95+107+88=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B58 is #A094A7. Grayscale: #656565. Windows color (decimal): -10523816 or 5794655. OLE color: 5794655.
HSL color Cylindrical-coordinate representation of color #5F6B58: hue angle of 97.89º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F6B58 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 107 | 88 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.58 |
| HSL | 97.89º | 0.1% | 0.38% | - |
| HSV(B) | 97.89º | 0.18% | 0.42% | - |
| XYZ | 11.74 | 13.65 | 11.25 | - |
| YUV | 101.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 107 | 88 | 0.11 | 0 | 0.18 | 0.58 | 97.89 | 0.1 | 0.38 |
| Hex | 5F | 6B | 58 | B | 0 | 12 | 3A | 62 | A | 26 |
| Octal | 137 | 153 | 130 | 13 | 0 | 22 | 72 | 142 | 12 | 46 |
| Binary | 1011111 | 1101011 | 1011000 | 1011 | 0 | 10010 | 111010 | 1100010 | 1010 | 100110 |
Color Harmonies of #5F6B58
Complementary color
Monochromatic Colors of #5F6B58
Black with #5F6B58
Text Example
Text Example
White with #5F6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B58; }
p { color: rgb(95,107,88); }
H1.HeaderClassName
{
color: #5F6B58;
}
.AnyTagClassName
{
color: #5F6B58;
}
</style>
background-color css
<style>
a { background-color: #5F6B58; }
a { background-color: rgb(95,107,88); }
div.DivClassName
{
background-color: #5F6B58;
}
.BgClassName
{
background-color: #5F6B58;
}
</style>
border-color css
<style>
span { border-color: #5F6B58; }
span { border-color: rgb(95,107,88); }
td.TdClassName
{
border-color: #5F6B58;
}
.TagClassName
{
border-color: #5F6B58;
}
</style>