Shades of Cactus #56754F
Tints of Cactus #56754F
RGB
CMYK
RGB Variations
Color information
#56754F (or 0x56754F) is known color: Cactus. HEX triplet: 56, 75 and 4F. RGB value is (86,117,79). Sum of RGB (Red+Green+Blue) = 86+117+79=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #56754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56754F is #A98AB0. Grayscale: #676767. Windows color (decimal): -11111089 or 5207382. OLE color: 5207382.
HSL color Cylindrical-coordinate representation of color #56754F: hue angle of 108.95º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56754F is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 79 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.54 |
| HSL | 108.95º | 0.19% | 0.38% | - |
| HSV(B) | 108.95º | 0.32% | 0.46% | - |
| XYZ | 11.61 | 15.27 | 9.73 | - |
| YUV | 103.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 79 | 0.26 | 0 | 0.32 | 0.54 | 108.95 | 0.19 | 0.38 |
| Hex | 56 | 75 | 4F | 1A | 0 | 20 | 36 | 6D | 13 | 26 |
| Octal | 126 | 165 | 117 | 32 | 0 | 40 | 66 | 155 | 23 | 46 |
| Binary | 1010110 | 1110101 | 1001111 | 11010 | 0 | 100000 | 110110 | 1101101 | 10011 | 100110 |
Color Harmonies of #56754F
Complementary color
Monochromatic Colors of #56754F
Black with #56754F
Text Example
Text Example
White with #56754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56754F; }
p { color: rgb(86,117,79); }
H1.HeaderClassName
{
color: #56754F;
}
.AnyTagClassName
{
color: #56754F;
}
</style>
background-color css
<style>
a { background-color: #56754F; }
a { background-color: rgb(86,117,79); }
div.DivClassName
{
background-color: #56754F;
}
.BgClassName
{
background-color: #56754F;
}
</style>
border-color css
<style>
span { border-color: #56754F; }
span { border-color: rgb(86,117,79); }
td.TdClassName
{
border-color: #56754F;
}
.TagClassName
{
border-color: #56754F;
}
</style>