Shades of Cactus #5F6A5E
Tints of Cactus #5F6A5E
RGB
CMYK
RGB Variations
Color information
#5F6A5E (or 0x5F6A5E) is known color: Cactus. HEX triplet: 5F, 6A and 5E. RGB value is (95,106,94). Sum of RGB (Red+Green+Blue) = 95+106+94=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A5E is #A095A1. Grayscale: #656565. Windows color (decimal): -10524066 or 6187615. OLE color: 6187615.
HSL color Cylindrical-coordinate representation of color #5F6A5E: hue angle of 115º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F6A5E is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 106 | 94 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.58 |
| HSL | 115º | 0.06% | 0.39% | - |
| HSV(B) | 115º | 0.11% | 0.42% | - |
| XYZ | 11.89 | 13.55 | 12.58 | - |
| YUV | 101.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 106 | 94 | 0.10 | 0 | 0.11 | 0.58 | 115 | 0.06 | 0.39 |
| Hex | 5F | 6A | 5E | A | 0 | B | 3A | 73 | 6 | 27 |
| Octal | 137 | 152 | 136 | 12 | 0 | 13 | 72 | 163 | 6 | 47 |
| Binary | 1011111 | 1101010 | 1011110 | 1010 | 0 | 1011 | 111010 | 1110011 | 110 | 100111 |
Color Harmonies of #5F6A5E
Complementary color
Monochromatic Colors of #5F6A5E
Black with #5F6A5E
Text Example
Text Example
White with #5F6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6A5E; }
p { color: rgb(95,106,94); }
H1.HeaderClassName
{
color: #5F6A5E;
}
.AnyTagClassName
{
color: #5F6A5E;
}
</style>
background-color css
<style>
a { background-color: #5F6A5E; }
a { background-color: rgb(95,106,94); }
div.DivClassName
{
background-color: #5F6A5E;
}
.BgClassName
{
background-color: #5F6A5E;
}
</style>
border-color css
<style>
span { border-color: #5F6A5E; }
span { border-color: rgb(95,106,94); }
td.TdClassName
{
border-color: #5F6A5E;
}
.TagClassName
{
border-color: #5F6A5E;
}
</style>