Shades of Olivine #8FA675
Tints of Olivine #8FA675
RGB
CMYK
RGB Variations
Color information
#8FA675 (or 0x8FA675) is known color: Olivine. HEX triplet: 8F, A6 and 75. RGB value is (143,166,117). Sum of RGB (Red+Green+Blue) = 143+166+117=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA675 is #70598A. Grayscale: #999999. Windows color (decimal): -7362955 or 7710351. OLE color: 7710351.
HSL color Cylindrical-coordinate representation of color #8FA675: hue angle of 88.16º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA675 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 117 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.35 |
| HSL | 88.16º | 0.22% | 0.55% | - |
| HSV(B) | 88.16º | 0.3% | 0.65% | - |
| XYZ | 28.17 | 34.4 | 21.98 | - |
| YUV | 153.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 117 | 0.14 | 0 | 0.30 | 0.35 | 88.16 | 0.22 | 0.55 |
| Hex | 8F | A6 | 75 | E | 0 | 1E | 23 | 58 | 16 | 37 |
| Octal | 217 | 246 | 165 | 16 | 0 | 36 | 43 | 130 | 26 | 67 |
| Binary | 10001111 | 10100110 | 1110101 | 1110 | 0 | 11110 | 100011 | 1011000 | 10110 | 110111 |
Color Harmonies of #8FA675
Complementary color
Monochromatic Colors of #8FA675
Black with #8FA675
Text Example
Text Example
White with #8FA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA675; }
p { color: rgb(143,166,117); }
H1.HeaderClassName
{
color: #8FA675;
}
.AnyTagClassName
{
color: #8FA675;
}
</style>
background-color css
<style>
a { background-color: #8FA675; }
a { background-color: rgb(143,166,117); }
div.DivClassName
{
background-color: #8FA675;
}
.BgClassName
{
background-color: #8FA675;
}
</style>
border-color css
<style>
span { border-color: #8FA675; }
span { border-color: rgb(143,166,117); }
td.TdClassName
{
border-color: #8FA675;
}
.TagClassName
{
border-color: #8FA675;
}
</style>