Shades of Cactus #5F685C
Tints of Cactus #5F685C
RGB
CMYK
RGB Variations
Color information
#5F685C (or 0x5F685C) is known color: Cactus. HEX triplet: 5F, 68 and 5C. RGB value is (95,104,92). Sum of RGB (Red+Green+Blue) = 95+104+92=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 104 - color contains mainly: green. Hex color #5F685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F685C is #A097A3. Grayscale: #636363. Windows color (decimal): -10524580 or 6056031. OLE color: 6056031.
HSL color Cylindrical-coordinate representation of color #5F685C: hue angle of 105º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F685C is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 92 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.59 |
| HSL | 105º | 0.06% | 0.38% | - |
| HSV(B) | 105º | 0.12% | 0.41% | - |
| XYZ | 11.6 | 13.11 | 12.04 | - |
| YUV | 99.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 92 | 0.09 | 0 | 0.12 | 0.59 | 105 | 0.06 | 0.38 |
| Hex | 5F | 68 | 5C | 9 | 0 | C | 3B | 69 | 6 | 26 |
| Octal | 137 | 150 | 134 | 11 | 0 | 14 | 73 | 151 | 6 | 46 |
| Binary | 1011111 | 1101000 | 1011100 | 1001 | 0 | 1100 | 111011 | 1101001 | 110 | 100110 |
Color Harmonies of #5F685C
Complementary color
Monochromatic Colors of #5F685C
Black with #5F685C
Text Example
Text Example
White with #5F685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F685C; }
p { color: rgb(95,104,92); }
H1.HeaderClassName
{
color: #5F685C;
}
.AnyTagClassName
{
color: #5F685C;
}
</style>
background-color css
<style>
a { background-color: #5F685C; }
a { background-color: rgb(95,104,92); }
div.DivClassName
{
background-color: #5F685C;
}
.BgClassName
{
background-color: #5F685C;
}
</style>
border-color css
<style>
span { border-color: #5F685C; }
span { border-color: rgb(95,104,92); }
td.TdClassName
{
border-color: #5F685C;
}
.TagClassName
{
border-color: #5F685C;
}
</style>