Shades of Cactus #5F655F
Tints of Cactus #5F655F
RGB
CMYK
RGB Variations
Color information
#5F655F (or 0x5F655F) is known color: Cactus. HEX triplet: 5F, 65 and 5F. RGB value is (95,101,95). Sum of RGB (Red+Green+Blue) = 95+101+95=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 101 - color contains mainly: green. Hex color #5F655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F655F is #A09AA0. Grayscale: #626262. Windows color (decimal): -10525345 or 6251871. OLE color: 6251871.
HSL color Cylindrical-coordinate representation of color #5F655F: hue angle of 120º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F655F is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 95 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.60 |
| HSL | 120º | 0.03% | 0.38% | - |
| HSV(B) | 120º | 0.06% | 0.4% | - |
| XYZ | 11.44 | 12.57 | 12.65 | - |
| YUV | 98.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 95 | 0.06 | 0 | 0.06 | 0.60 | 120 | 0.03 | 0.38 |
| Hex | 5F | 65 | 5F | 6 | 0 | 6 | 3C | 78 | 3 | 26 |
| Octal | 137 | 145 | 137 | 6 | 0 | 6 | 74 | 170 | 3 | 46 |
| Binary | 1011111 | 1100101 | 1011111 | 110 | 0 | 110 | 111100 | 1111000 | 11 | 100110 |
Color Harmonies of #5F655F
Complementary color
Monochromatic Colors of #5F655F
Black with #5F655F
Text Example
Text Example
White with #5F655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F655F; }
p { color: rgb(95,101,95); }
H1.HeaderClassName
{
color: #5F655F;
}
.AnyTagClassName
{
color: #5F655F;
}
</style>
background-color css
<style>
a { background-color: #5F655F; }
a { background-color: rgb(95,101,95); }
div.DivClassName
{
background-color: #5F655F;
}
.BgClassName
{
background-color: #5F655F;
}
</style>
border-color css
<style>
span { border-color: #5F655F; }
span { border-color: rgb(95,101,95); }
td.TdClassName
{
border-color: #5F655F;
}
.TagClassName
{
border-color: #5F655F;
}
</style>