Shades of Olivine #8FAF7F
Tints of Olivine #8FAF7F
RGB
CMYK
RGB Variations
Color information
#8FAF7F (or 0x8FAF7F) is known color: Olivine. HEX triplet: 8F, AF and 7F. RGB value is (143,175,127). Sum of RGB (Red+Green+Blue) = 143+175+127=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF7F is #705080. Grayscale: #A0A0A0. Windows color (decimal): -7360641 or 8368015. OLE color: 8368015.
HSL color Cylindrical-coordinate representation of color #8FAF7F: hue angle of 100º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FAF7F is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 127 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.31 |
| HSL | 100º | 0.23% | 0.59% | - |
| HSV(B) | 100º | 0.27% | 0.69% | - |
| XYZ | 30.49 | 38.03 | 25.81 | - |
| YUV | 159.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 127 | 0.18 | 0 | 0.27 | 0.31 | 100 | 0.23 | 0.59 |
| Hex | 8F | AF | 7F | 12 | 0 | 1B | 1F | 64 | 17 | 3B |
| Octal | 217 | 257 | 177 | 22 | 0 | 33 | 37 | 144 | 27 | 73 |
| Binary | 10001111 | 10101111 | 1111111 | 10010 | 0 | 11011 | 11111 | 1100100 | 10111 | 111011 |
Color Harmonies of #8FAF7F
Complementary color
Monochromatic Colors of #8FAF7F
Black with #8FAF7F
Text Example
Text Example
White with #8FAF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF7F; }
p { color: rgb(143,175,127); }
H1.HeaderClassName
{
color: #8FAF7F;
}
.AnyTagClassName
{
color: #8FAF7F;
}
</style>
background-color css
<style>
a { background-color: #8FAF7F; }
a { background-color: rgb(143,175,127); }
div.DivClassName
{
background-color: #8FAF7F;
}
.BgClassName
{
background-color: #8FAF7F;
}
</style>
border-color css
<style>
span { border-color: #8FAF7F; }
span { border-color: rgb(143,175,127); }
td.TdClassName
{
border-color: #8FAF7F;
}
.TagClassName
{
border-color: #8FAF7F;
}
</style>