Shades of Spanish Green #8C908A
Tints of Spanish Green #8C908A
RGB
CMYK
RGB Variations
Color information
#8C908A (or 0x8C908A) is known color: Spanish Green. HEX triplet: 8C, 90 and 8A. RGB value is (140,144,138). Sum of RGB (Red+Green+Blue) = 140+144+138=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 144 - color contains mainly: green. Hex color #8C908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C908A is #736F75. Grayscale: #8E8E8E. Windows color (decimal): -7565174 or 9080972. OLE color: 9080972.
HSL color Cylindrical-coordinate representation of color #8C908A: hue angle of 100º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C908A is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 138 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.44 |
| HSL | 100º | 0.03% | 0.55% | - |
| HSV(B) | 100º | 0.04% | 0.56% | - |
| XYZ | 25.38 | 27.36 | 27.99 | - |
| YUV | 142.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 138 | 0.03 | 0 | 0.04 | 0.44 | 100 | 0.03 | 0.55 |
| Hex | 8C | 90 | 8A | 3 | 0 | 4 | 2C | 64 | 3 | 37 |
| Octal | 214 | 220 | 212 | 3 | 0 | 4 | 54 | 144 | 3 | 67 |
| Binary | 10001100 | 10010000 | 10001010 | 11 | 0 | 100 | 101100 | 1100100 | 11 | 110111 |
Color Harmonies of #8C908A
Complementary color
Monochromatic Colors of #8C908A
Black with #8C908A
Text Example
Text Example
White with #8C908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C908A; }
p { color: rgb(140,144,138); }
H1.HeaderClassName
{
color: #8C908A;
}
.AnyTagClassName
{
color: #8C908A;
}
</style>
background-color css
<style>
a { background-color: #8C908A; }
a { background-color: rgb(140,144,138); }
div.DivClassName
{
background-color: #8C908A;
}
.BgClassName
{
background-color: #8C908A;
}
</style>
border-color css
<style>
span { border-color: #8C908A; }
span { border-color: rgb(140,144,138); }
td.TdClassName
{
border-color: #8C908A;
}
.TagClassName
{
border-color: #8C908A;
}
</style>