Shades of Cactus #5C6F5B
Tints of Cactus #5C6F5B
RGB
CMYK
RGB Variations
Color information
#5C6F5B (or 0x5C6F5B) is known color: Cactus. HEX triplet: 5C, 6F and 5B. RGB value is (92,111,91). Sum of RGB (Red+Green+Blue) = 92+111+91=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F5B is #A390A4. Grayscale: #676767. Windows color (decimal): -10719397 or 5992284. OLE color: 5992284.
HSL color Cylindrical-coordinate representation of color #5C6F5B: hue angle of 117º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C6F5B is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 111 | 91 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.56 |
| HSL | 117º | 0.1% | 0.4% | - |
| HSV(B) | 117º | 0.18% | 0.44% | - |
| XYZ | 11.99 | 14.4 | 12.05 | - |
| YUV | 103.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 91 | 0.17 | 0 | 0.18 | 0.56 | 117 | 0.1 | 0.4 |
| Hex | 5C | 6F | 5B | 11 | 0 | 12 | 38 | 75 | A | 28 |
| Octal | 134 | 157 | 133 | 21 | 0 | 22 | 70 | 165 | 12 | 50 |
| Binary | 1011100 | 1101111 | 1011011 | 10001 | 0 | 10010 | 111000 | 1110101 | 1010 | 101000 |
Color Harmonies of #5C6F5B
Complementary color
Monochromatic Colors of #5C6F5B
Black with #5C6F5B
Text Example
Text Example
White with #5C6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6F5B; }
p { color: rgb(92,111,91); }
H1.HeaderClassName
{
color: #5C6F5B;
}
.AnyTagClassName
{
color: #5C6F5B;
}
</style>
background-color css
<style>
a { background-color: #5C6F5B; }
a { background-color: rgb(92,111,91); }
div.DivClassName
{
background-color: #5C6F5B;
}
.BgClassName
{
background-color: #5C6F5B;
}
</style>
border-color css
<style>
span { border-color: #5C6F5B; }
span { border-color: rgb(92,111,91); }
td.TdClassName
{
border-color: #5C6F5B;
}
.TagClassName
{
border-color: #5C6F5B;
}
</style>