Shades of Cactus #516F4F
Tints of Cactus #516F4F
RGB
CMYK
RGB Variations
Color information
#516F4F (or 0x516F4F) is known color: Cactus. HEX triplet: 51, 6F and 4F. RGB value is (81,111,79). Sum of RGB (Red+Green+Blue) = 81+111+79=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 111 - color contains mainly: green. Hex color #516F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F4F is #AE90B0. Grayscale: #626262. Windows color (decimal): -11440305 or 5205841. OLE color: 5205841.
HSL color Cylindrical-coordinate representation of color #516F4F: hue angle of 116.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516F4F is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 79 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.56 |
| HSL | 116.25º | 0.17% | 0.37% | - |
| HSV(B) | 116.25º | 0.29% | 0.44% | - |
| XYZ | 10.49 | 13.68 | 9.49 | - |
| YUV | 98.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 79 | 0.27 | 0 | 0.29 | 0.56 | 116.25 | 0.17 | 0.37 |
| Hex | 51 | 6F | 4F | 1B | 0 | 1D | 38 | 74 | 11 | 25 |
| Octal | 121 | 157 | 117 | 33 | 0 | 35 | 70 | 164 | 21 | 45 |
| Binary | 1010001 | 1101111 | 1001111 | 11011 | 0 | 11101 | 111000 | 1110100 | 10001 | 100101 |
Color Harmonies of #516F4F
Complementary color
Monochromatic Colors of #516F4F
Black with #516F4F
Text Example
Text Example
White with #516F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F4F; }
p { color: rgb(81,111,79); }
H1.HeaderClassName
{
color: #516F4F;
}
.AnyTagClassName
{
color: #516F4F;
}
</style>
background-color css
<style>
a { background-color: #516F4F; }
a { background-color: rgb(81,111,79); }
div.DivClassName
{
background-color: #516F4F;
}
.BgClassName
{
background-color: #516F4F;
}
</style>
border-color css
<style>
span { border-color: #516F4F; }
span { border-color: rgb(81,111,79); }
td.TdClassName
{
border-color: #516F4F;
}
.TagClassName
{
border-color: #516F4F;
}
</style>