Shades of Cactus #5C704F
Tints of Cactus #5C704F
RGB
CMYK
RGB Variations
Color information
#5C704F (or 0x5C704F) is known color: Cactus. HEX triplet: 5C, 70 and 4F. RGB value is (92,112,79). Sum of RGB (Red+Green+Blue) = 92+112+79=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #5C704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C704F is #A38FB0. Grayscale: #666666. Windows color (decimal): -10719153 or 5206108. OLE color: 5206108.
HSL color Cylindrical-coordinate representation of color #5C704F: hue angle of 96.36º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C704F is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 79 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.56 |
| HSL | 96.36º | 0.17% | 0.37% | - |
| HSV(B) | 96.36º | 0.29% | 0.44% | - |
| XYZ | 11.62 | 14.43 | 9.57 | - |
| YUV | 102.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 79 | 0.18 | 0 | 0.29 | 0.56 | 96.36 | 0.17 | 0.37 |
| Hex | 5C | 70 | 4F | 12 | 0 | 1D | 38 | 60 | 11 | 25 |
| Octal | 134 | 160 | 117 | 22 | 0 | 35 | 70 | 140 | 21 | 45 |
| Binary | 1011100 | 1110000 | 1001111 | 10010 | 0 | 11101 | 111000 | 1100000 | 10001 | 100101 |
Color Harmonies of #5C704F
Complementary color
Monochromatic Colors of #5C704F
Black with #5C704F
Text Example
Text Example
White with #5C704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C704F; }
p { color: rgb(92,112,79); }
H1.HeaderClassName
{
color: #5C704F;
}
.AnyTagClassName
{
color: #5C704F;
}
</style>
background-color css
<style>
a { background-color: #5C704F; }
a { background-color: rgb(92,112,79); }
div.DivClassName
{
background-color: #5C704F;
}
.BgClassName
{
background-color: #5C704F;
}
</style>
border-color css
<style>
span { border-color: #5C704F; }
span { border-color: rgb(92,112,79); }
td.TdClassName
{
border-color: #5C704F;
}
.TagClassName
{
border-color: #5C704F;
}
</style>