Shades of Cactus #57714F
Tints of Cactus #57714F
RGB
CMYK
RGB Variations
Color information
#57714F (or 0x57714F) is known color: Cactus. HEX triplet: 57, 71 and 4F. RGB value is (87,113,79). Sum of RGB (Red+Green+Blue) = 87+113+79=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #57714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57714F is #A88EB0. Grayscale: #656565. Windows color (decimal): -11046577 or 5206359. OLE color: 5206359.
HSL color Cylindrical-coordinate representation of color #57714F: hue angle of 105.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57714F is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 113 | 79 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.56 |
| HSL | 105.88º | 0.18% | 0.38% | - |
| HSV(B) | 105.88º | 0.3% | 0.44% | - |
| XYZ | 11.25 | 14.4 | 9.58 | - |
| YUV | 101.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 79 | 0.23 | 0 | 0.30 | 0.56 | 105.88 | 0.18 | 0.38 |
| Hex | 57 | 71 | 4F | 17 | 0 | 1E | 38 | 6A | 12 | 26 |
| Octal | 127 | 161 | 117 | 27 | 0 | 36 | 70 | 152 | 22 | 46 |
| Binary | 1010111 | 1110001 | 1001111 | 10111 | 0 | 11110 | 111000 | 1101010 | 10010 | 100110 |
Color Harmonies of #57714F
Complementary color
Monochromatic Colors of #57714F
Black with #57714F
Text Example
Text Example
White with #57714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57714F; }
p { color: rgb(87,113,79); }
H1.HeaderClassName
{
color: #57714F;
}
.AnyTagClassName
{
color: #57714F;
}
</style>
background-color css
<style>
a { background-color: #57714F; }
a { background-color: rgb(87,113,79); }
div.DivClassName
{
background-color: #57714F;
}
.BgClassName
{
background-color: #57714F;
}
</style>
border-color css
<style>
span { border-color: #57714F; }
span { border-color: rgb(87,113,79); }
td.TdClassName
{
border-color: #57714F;
}
.TagClassName
{
border-color: #57714F;
}
</style>