Shades of Spanish Green #848F7B
Tints of Spanish Green #848F7B
RGB
CMYK
RGB Variations
Color information
#848F7B (or 0x848F7B) is known color: Spanish Green. HEX triplet: 84, 8F and 7B. RGB value is (132,143,123). Sum of RGB (Red+Green+Blue) = 132+143+123=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 143 - color contains mainly: green. Hex color #848F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F7B is #7B7084. Grayscale: #898989. Windows color (decimal): -8089733 or 8097668. OLE color: 8097668.
HSL color Cylindrical-coordinate representation of color #848F7B: hue angle of 93º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848F7B is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 123 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.44 |
| HSL | 93º | 0.08% | 0.52% | - |
| HSV(B) | 93º | 0.14% | 0.56% | - |
| XYZ | 22.91 | 25.98 | 22.55 | - |
| YUV | 137.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 123 | 0.08 | 0 | 0.14 | 0.44 | 93 | 0.08 | 0.52 |
| Hex | 84 | 8F | 7B | 8 | 0 | E | 2C | 5D | 8 | 34 |
| Octal | 204 | 217 | 173 | 10 | 0 | 16 | 54 | 135 | 10 | 64 |
| Binary | 10000100 | 10001111 | 1111011 | 1000 | 0 | 1110 | 101100 | 1011101 | 1000 | 110100 |
Color Harmonies of #848F7B
Complementary color
Monochromatic Colors of #848F7B
Black with #848F7B
Text Example
Text Example
White with #848F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F7B; }
p { color: rgb(132,143,123); }
H1.HeaderClassName
{
color: #848F7B;
}
.AnyTagClassName
{
color: #848F7B;
}
</style>
background-color css
<style>
a { background-color: #848F7B; }
a { background-color: rgb(132,143,123); }
div.DivClassName
{
background-color: #848F7B;
}
.BgClassName
{
background-color: #848F7B;
}
</style>
border-color css
<style>
span { border-color: #848F7B; }
span { border-color: rgb(132,143,123); }
td.TdClassName
{
border-color: #848F7B;
}
.TagClassName
{
border-color: #848F7B;
}
</style>