Shades of Spanish Green #8C8F8A
Tints of Spanish Green #8C8F8A
RGB
CMYK
RGB Variations
Color information
#8C8F8A (or 0x8C8F8A) is known color: Spanish Green. HEX triplet: 8C, 8F and 8A. RGB value is (140,143,138). Sum of RGB (Red+Green+Blue) = 140+143+138=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8F8A is #737075. Grayscale: #8D8D8D. Windows color (decimal): -7565430 or 9080716. OLE color: 9080716.
HSL color Cylindrical-coordinate representation of color #8C8F8A: hue angle of 96º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C8F8A is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 138 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.44 |
| HSL | 96º | 0.02% | 0.55% | - |
| HSV(B) | 96º | 0.03% | 0.56% | - |
| XYZ | 25.23 | 27.06 | 27.94 | - |
| YUV | 141.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 138 | 0.02 | 0 | 0.03 | 0.44 | 96 | 0.02 | 0.55 |
| Hex | 8C | 8F | 8A | 2 | 0 | 3 | 2C | 60 | 2 | 37 |
| Octal | 214 | 217 | 212 | 2 | 0 | 3 | 54 | 140 | 2 | 67 |
| Binary | 10001100 | 10001111 | 10001010 | 10 | 0 | 11 | 101100 | 1100000 | 10 | 110111 |
Color Harmonies of #8C8F8A
Complementary color
Monochromatic Colors of #8C8F8A
Black with #8C8F8A
Text Example
Text Example
White with #8C8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F8A; }
p { color: rgb(140,143,138); }
H1.HeaderClassName
{
color: #8C8F8A;
}
.AnyTagClassName
{
color: #8C8F8A;
}
</style>
background-color css
<style>
a { background-color: #8C8F8A; }
a { background-color: rgb(140,143,138); }
div.DivClassName
{
background-color: #8C8F8A;
}
.BgClassName
{
background-color: #8C8F8A;
}
</style>
border-color css
<style>
span { border-color: #8C8F8A; }
span { border-color: rgb(140,143,138); }
td.TdClassName
{
border-color: #8C8F8A;
}
.TagClassName
{
border-color: #8C8F8A;
}
</style>