Shades of Cactus #54694F
Tints of Cactus #54694F
RGB
CMYK
RGB Variations
Color information
#54694F (or 0x54694F) is known color: Cactus. HEX triplet: 54, 69 and 4F. RGB value is (84,105,79). Sum of RGB (Red+Green+Blue) = 84+105+79=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #54694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54694F is #AB96B0. Grayscale: #5F5F5F. Windows color (decimal): -11245233 or 5204308. OLE color: 5204308.
HSL color Cylindrical-coordinate representation of color #54694F: hue angle of 108.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54694F is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 105 | 79 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.59 |
| HSL | 108.46º | 0.14% | 0.36% | - |
| HSV(B) | 108.46º | 0.25% | 0.41% | - |
| XYZ | 10.12 | 12.55 | 9.29 | - |
| YUV | 95.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 79 | 0.20 | 0 | 0.25 | 0.59 | 108.46 | 0.14 | 0.36 |
| Hex | 54 | 69 | 4F | 14 | 0 | 19 | 3B | 6C | E | 24 |
| Octal | 124 | 151 | 117 | 24 | 0 | 31 | 73 | 154 | 16 | 44 |
| Binary | 1010100 | 1101001 | 1001111 | 10100 | 0 | 11001 | 111011 | 1101100 | 1110 | 100100 |
Color Harmonies of #54694F
Complementary color
Monochromatic Colors of #54694F
Black with #54694F
Text Example
Text Example
White with #54694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54694F; }
p { color: rgb(84,105,79); }
H1.HeaderClassName
{
color: #54694F;
}
.AnyTagClassName
{
color: #54694F;
}
</style>
background-color css
<style>
a { background-color: #54694F; }
a { background-color: rgb(84,105,79); }
div.DivClassName
{
background-color: #54694F;
}
.BgClassName
{
background-color: #54694F;
}
</style>
border-color css
<style>
span { border-color: #54694F; }
span { border-color: rgb(84,105,79); }
td.TdClassName
{
border-color: #54694F;
}
.TagClassName
{
border-color: #54694F;
}
</style>