Shades of Spanish Green #8A8F88
Tints of Spanish Green #8A8F88
RGB
CMYK
RGB Variations
Color information
#8A8F88 (or 0x8A8F88) is known color: Spanish Green. HEX triplet: 8A, 8F and 88. RGB value is (138,143,136). Sum of RGB (Red+Green+Blue) = 138+143+136=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8F88 is #757077. Grayscale: #8C8C8C. Windows color (decimal): -7696504 or 8949642. OLE color: 8949642.
HSL color Cylindrical-coordinate representation of color #8A8F88: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A8F88 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
RGB | 138 | 143 | 136 | - |
CMYK | 0.03 | 0 | 0.05 | 0.44 |
HSL | 102.86º | 0.03% | 0.55% | - |
HSV(B) | 102.86º | 0.05% | 0.56% | - |
XYZ | 24.75 | 26.83 | 27.17 | - |
YUV | 140.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 143 | 136 | 0.03 | 0 | 0.05 | 0.44 | 102.86 | 0.03 | 0.55 |
Hex | 8A | 8F | 88 | 3 | 0 | 5 | 2C | 67 | 3 | 37 |
Octal | 212 | 217 | 210 | 3 | 0 | 5 | 54 | 147 | 3 | 67 |
Binary | 10001010 | 10001111 | 10001000 | 11 | 0 | 101 | 101100 | 1100111 | 11 | 110111 |
Color Harmonies of #8A8F88
Complementary color
Monochromatic Colors of #8A8F88
Black with #8A8F88
Text Example
Text Example
White with #8A8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F88; }
p { color: rgb(138,143,136); }
H1.HeaderClassName
{
color: #8A8F88;
}
.AnyTagClassName
{
color: #8A8F88;
}
</style>
background-color css
<style>
a { background-color: #8A8F88; }
a { background-color: rgb(138,143,136); }
div.DivClassName
{
background-color: #8A8F88;
}
.BgClassName
{
background-color: #8A8F88;
}
</style>
border-color css
<style>
span { border-color: #8A8F88; }
span { border-color: rgb(138,143,136); }
td.TdClassName
{
border-color: #8A8F88;
}
.TagClassName
{
border-color: #8A8F88;
}
</style>