Shades of Spanish Green #848B80
Tints of Spanish Green #848B80
RGB
CMYK
RGB Variations
Color information
#848B80 (or 0x848B80) is known color: Spanish Green. HEX triplet: 84, 8B and 80. RGB value is (132,139,128). Sum of RGB (Red+Green+Blue) = 132+139+128=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #848B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B80 is #7B747F. Grayscale: #878787. Windows color (decimal): -8090752 or 8424324. OLE color: 8424324.
HSL color Cylindrical-coordinate representation of color #848B80: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848B80 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 128 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.45 |
| HSL | 98.18º | 0.05% | 0.52% | - |
| HSV(B) | 98.18º | 0.08% | 0.55% | - |
| XYZ | 22.64 | 24.93 | 24.04 | - |
| YUV | 135.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 128 | 0.05 | 0 | 0.08 | 0.45 | 98.18 | 0.05 | 0.52 |
| Hex | 84 | 8B | 80 | 5 | 0 | 8 | 2D | 62 | 5 | 34 |
| Octal | 204 | 213 | 200 | 5 | 0 | 10 | 55 | 142 | 5 | 64 |
| Binary | 10000100 | 10001011 | 10000000 | 101 | 0 | 1000 | 101101 | 1100010 | 101 | 110100 |
Color Harmonies of #848B80
Complementary color
Monochromatic Colors of #848B80
Black with #848B80
Text Example
Text Example
White with #848B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B80; }
p { color: rgb(132,139,128); }
H1.HeaderClassName
{
color: #848B80;
}
.AnyTagClassName
{
color: #848B80;
}
</style>
background-color css
<style>
a { background-color: #848B80; }
a { background-color: rgb(132,139,128); }
div.DivClassName
{
background-color: #848B80;
}
.BgClassName
{
background-color: #848B80;
}
</style>
border-color css
<style>
span { border-color: #848B80; }
span { border-color: rgb(132,139,128); }
td.TdClassName
{
border-color: #848B80;
}
.TagClassName
{
border-color: #848B80;
}
</style>