Shades of Cactus #57714B
Tints of Cactus #57714B
RGB
CMYK
RGB Variations
Color information
#57714B (or 0x57714B) is known color: Cactus. HEX triplet: 57, 71 and 4B. RGB value is (87,113,75). Sum of RGB (Red+Green+Blue) = 87+113+75=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #57714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57714B is #A88EB4. Grayscale: #656565. Windows color (decimal): -11046581 or 4944215. OLE color: 4944215.
HSL color Cylindrical-coordinate representation of color #57714B: hue angle of 101.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57714B is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 113 | 75 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.56 |
| HSL | 101.05º | 0.2% | 0.37% | - |
| HSV(B) | 101.05º | 0.34% | 0.44% | - |
| XYZ | 11.11 | 14.34 | 8.84 | - |
| YUV | 100.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 75 | 0.23 | 0 | 0.34 | 0.56 | 101.05 | 0.2 | 0.37 |
| Hex | 57 | 71 | 4B | 17 | 0 | 22 | 38 | 65 | 14 | 25 |
| Octal | 127 | 161 | 113 | 27 | 0 | 42 | 70 | 145 | 24 | 45 |
| Binary | 1010111 | 1110001 | 1001011 | 10111 | 0 | 100010 | 111000 | 1100101 | 10100 | 100101 |
Color Harmonies of #57714B
Complementary color
Monochromatic Colors of #57714B
Black with #57714B
Text Example
Text Example
White with #57714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57714B; }
p { color: rgb(87,113,75); }
H1.HeaderClassName
{
color: #57714B;
}
.AnyTagClassName
{
color: #57714B;
}
</style>
background-color css
<style>
a { background-color: #57714B; }
a { background-color: rgb(87,113,75); }
div.DivClassName
{
background-color: #57714B;
}
.BgClassName
{
background-color: #57714B;
}
</style>
border-color css
<style>
span { border-color: #57714B; }
span { border-color: rgb(87,113,75); }
td.TdClassName
{
border-color: #57714B;
}
.TagClassName
{
border-color: #57714B;
}
</style>