Shades of Spanish Green #84947D
Tints of Spanish Green #84947D
RGB
CMYK
RGB Variations
Color information
#84947D (or 0x84947D) is known color: Spanish Green. HEX triplet: 84, 94 and 7D. RGB value is (132,148,125). Sum of RGB (Red+Green+Blue) = 132+148+125=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #84947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84947D is #7B6B82. Grayscale: #8C8C8C. Windows color (decimal): -8088451 or 8230020. OLE color: 8230020.
HSL color Cylindrical-coordinate representation of color #84947D: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84947D is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 125 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.42 |
| HSL | 101.74º | 0.1% | 0.54% | - |
| HSV(B) | 101.74º | 0.16% | 0.58% | - |
| XYZ | 23.81 | 27.57 | 23.47 | - |
| YUV | 140.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 125 | 0.11 | 0 | 0.16 | 0.42 | 101.74 | 0.1 | 0.54 |
| Hex | 84 | 94 | 7D | B | 0 | 10 | 2A | 66 | A | 36 |
| Octal | 204 | 224 | 175 | 13 | 0 | 20 | 52 | 146 | 12 | 66 |
| Binary | 10000100 | 10010100 | 1111101 | 1011 | 0 | 10000 | 101010 | 1100110 | 1010 | 110110 |
Color Harmonies of #84947D
Complementary color
Monochromatic Colors of #84947D
Black with #84947D
Text Example
Text Example
White with #84947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84947D; }
p { color: rgb(132,148,125); }
H1.HeaderClassName
{
color: #84947D;
}
.AnyTagClassName
{
color: #84947D;
}
</style>
background-color css
<style>
a { background-color: #84947D; }
a { background-color: rgb(132,148,125); }
div.DivClassName
{
background-color: #84947D;
}
.BgClassName
{
background-color: #84947D;
}
</style>
border-color css
<style>
span { border-color: #84947D; }
span { border-color: rgb(132,148,125); }
td.TdClassName
{
border-color: #84947D;
}
.TagClassName
{
border-color: #84947D;
}
</style>