Shades of Cactus #58764F
Tints of Cactus #58764F
RGB
CMYK
RGB Variations
Color information
#58764F (or 0x58764F) is known color: Cactus. HEX triplet: 58, 76 and 4F. RGB value is (88,118,79). Sum of RGB (Red+Green+Blue) = 88+118+79=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #58764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58764F is #A789B0. Grayscale: #686868. Windows color (decimal): -10979761 or 5207640. OLE color: 5207640.
HSL color Cylindrical-coordinate representation of color #58764F: hue angle of 106.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58764F is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 118 | 79 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.54 |
| HSL | 106.15º | 0.2% | 0.39% | - |
| HSV(B) | 106.15º | 0.33% | 0.46% | - |
| XYZ | 11.91 | 15.6 | 9.78 | - |
| YUV | 104.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 79 | 0.25 | 0 | 0.33 | 0.54 | 106.15 | 0.2 | 0.39 |
| Hex | 58 | 76 | 4F | 19 | 0 | 21 | 36 | 6A | 14 | 27 |
| Octal | 130 | 166 | 117 | 31 | 0 | 41 | 66 | 152 | 24 | 47 |
| Binary | 1011000 | 1110110 | 1001111 | 11001 | 0 | 100001 | 110110 | 1101010 | 10100 | 100111 |
Color Harmonies of #58764F
Complementary color
Monochromatic Colors of #58764F
Black with #58764F
Text Example
Text Example
White with #58764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58764F; }
p { color: rgb(88,118,79); }
H1.HeaderClassName
{
color: #58764F;
}
.AnyTagClassName
{
color: #58764F;
}
</style>
background-color css
<style>
a { background-color: #58764F; }
a { background-color: rgb(88,118,79); }
div.DivClassName
{
background-color: #58764F;
}
.BgClassName
{
background-color: #58764F;
}
</style>
border-color css
<style>
span { border-color: #58764F; }
span { border-color: rgb(88,118,79); }
td.TdClassName
{
border-color: #58764F;
}
.TagClassName
{
border-color: #58764F;
}
</style>