Shades of Spanish Green #879082
Tints of Spanish Green #879082
RGB
CMYK
RGB Variations
Color information
#879082 (or 0x879082) is known color: Spanish Green. HEX triplet: 87, 90 and 82. RGB value is (135,144,130). Sum of RGB (Red+Green+Blue) = 135+144+130=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #879082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879082 is #786F7D. Grayscale: #8B8B8B. Windows color (decimal): -7892862 or 8556679. OLE color: 8556679.
HSL color Cylindrical-coordinate representation of color #879082: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879082 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 130 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.44 |
| HSL | 98.57º | 0.06% | 0.54% | - |
| HSV(B) | 98.57º | 0.1% | 0.56% | - |
| XYZ | 23.99 | 26.71 | 25.01 | - |
| YUV | 139.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 130 | 0.06 | 0 | 0.10 | 0.44 | 98.57 | 0.06 | 0.54 |
| Hex | 87 | 90 | 82 | 6 | 0 | A | 2C | 63 | 6 | 36 |
| Octal | 207 | 220 | 202 | 6 | 0 | 12 | 54 | 143 | 6 | 66 |
| Binary | 10000111 | 10010000 | 10000010 | 110 | 0 | 1010 | 101100 | 1100011 | 110 | 110110 |
Color Harmonies of #879082
Complementary color
Monochromatic Colors of #879082
Black with #879082
Text Example
Text Example
White with #879082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879082; }
p { color: rgb(135,144,130); }
H1.HeaderClassName
{
color: #879082;
}
.AnyTagClassName
{
color: #879082;
}
</style>
background-color css
<style>
a { background-color: #879082; }
a { background-color: rgb(135,144,130); }
div.DivClassName
{
background-color: #879082;
}
.BgClassName
{
background-color: #879082;
}
</style>
border-color css
<style>
span { border-color: #879082; }
span { border-color: rgb(135,144,130); }
td.TdClassName
{
border-color: #879082;
}
.TagClassName
{
border-color: #879082;
}
</style>