Shades of Cactus #56754E
Tints of Cactus #56754E
RGB
CMYK
RGB Variations
Color information
#56754E (or 0x56754E) is known color: Cactus. HEX triplet: 56, 75 and 4E. RGB value is (86,117,78). Sum of RGB (Red+Green+Blue) = 86+117+78=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #56754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56754E is #A98AB1. Grayscale: #676767. Windows color (decimal): -11111090 or 5141846. OLE color: 5141846.
HSL color Cylindrical-coordinate representation of color #56754E: hue angle of 107.69º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56754E is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 78 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.54 |
| HSL | 107.69º | 0.2% | 0.38% | - |
| HSV(B) | 107.69º | 0.33% | 0.46% | - |
| XYZ | 11.57 | 15.25 | 9.54 | - |
| YUV | 103.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 78 | 0.26 | 0 | 0.33 | 0.54 | 107.69 | 0.2 | 0.38 |
| Hex | 56 | 75 | 4E | 1A | 0 | 21 | 36 | 6C | 14 | 26 |
| Octal | 126 | 165 | 116 | 32 | 0 | 41 | 66 | 154 | 24 | 46 |
| Binary | 1010110 | 1110101 | 1001110 | 11010 | 0 | 100001 | 110110 | 1101100 | 10100 | 100110 |
Color Harmonies of #56754E
Complementary color
Monochromatic Colors of #56754E
Black with #56754E
Text Example
Text Example
White with #56754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56754E; }
p { color: rgb(86,117,78); }
H1.HeaderClassName
{
color: #56754E;
}
.AnyTagClassName
{
color: #56754E;
}
</style>
background-color css
<style>
a { background-color: #56754E; }
a { background-color: rgb(86,117,78); }
div.DivClassName
{
background-color: #56754E;
}
.BgClassName
{
background-color: #56754E;
}
</style>
border-color css
<style>
span { border-color: #56754E; }
span { border-color: rgb(86,117,78); }
td.TdClassName
{
border-color: #56754E;
}
.TagClassName
{
border-color: #56754E;
}
</style>