Shades of Cactus #5F665F
Tints of Cactus #5F665F
RGB
CMYK
RGB Variations
Color information
#5F665F (or 0x5F665F) is known color: Cactus. HEX triplet: 5F, 66 and 5F. RGB value is (95,102,95). Sum of RGB (Red+Green+Blue) = 95+102+95=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 102 - color contains mainly: green. Hex color #5F665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F665F is #A099A0. Grayscale: #636363. Windows color (decimal): -10525089 or 6252127. OLE color: 6252127.
HSL color Cylindrical-coordinate representation of color #5F665F: hue angle of 120º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5F665F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 95 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.6 |
| HSL | 120º | 0.04% | 0.39% | - |
| HSV(B) | 120º | 0.07% | 0.4% | - |
| XYZ | 11.54 | 12.76 | 12.68 | - |
| YUV | 99.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 95 | 0.07 | 0 | 0.07 | 0.6 | 120 | 0.04 | 0.39 |
| Hex | 5F | 66 | 5F | 7 | 0 | 7 | 3C | 78 | 4 | 27 |
| Octal | 137 | 146 | 137 | 7 | 0 | 7 | 74 | 170 | 4 | 47 |
| Binary | 1011111 | 1100110 | 1011111 | 111 | 0 | 111 | 111100 | 1111000 | 100 | 100111 |
Color Harmonies of #5F665F
Complementary color
Monochromatic Colors of #5F665F
Black with #5F665F
Text Example
Text Example
White with #5F665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F665F; }
p { color: rgb(95,102,95); }
H1.HeaderClassName
{
color: #5F665F;
}
.AnyTagClassName
{
color: #5F665F;
}
</style>
background-color css
<style>
a { background-color: #5F665F; }
a { background-color: rgb(95,102,95); }
div.DivClassName
{
background-color: #5F665F;
}
.BgClassName
{
background-color: #5F665F;
}
</style>
border-color css
<style>
span { border-color: #5F665F; }
span { border-color: rgb(95,102,95); }
td.TdClassName
{
border-color: #5F665F;
}
.TagClassName
{
border-color: #5F665F;
}
</style>