Shades of Olivine #9FC875
Tints of Olivine #9FC875
RGB
CMYK
RGB Variations
Color information
#9FC875 (or 0x9FC875) is known color: Olivine. HEX triplet: 9F, C8 and 75. RGB value is (159,200,117). Sum of RGB (Red+Green+Blue) = 159+200+117=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC875 is #60378A. Grayscale: #B2B2B2. Windows color (decimal): -6305675 or 7719071. OLE color: 7719071.
HSL color Cylindrical-coordinate representation of color #9FC875: hue angle of 89.64º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FC875 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 117 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.22 |
| HSL | 89.64º | 0.43% | 0.62% | - |
| HSV(B) | 89.64º | 0.42% | 0.78% | - |
| XYZ | 38.16 | 49.96 | 24.46 | - |
| YUV | 178.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 117 | 0.20 | 0 | 0.42 | 0.22 | 89.64 | 0.43 | 0.62 |
| Hex | 9F | C8 | 75 | 14 | 0 | 2A | 16 | 5A | 2B | 3E |
| Octal | 237 | 310 | 165 | 24 | 0 | 52 | 26 | 132 | 53 | 76 |
| Binary | 10011111 | 11001000 | 1110101 | 10100 | 0 | 101010 | 10110 | 1011010 | 101011 | 111110 |
Color Harmonies of #9FC875
Complementary color
Monochromatic Colors of #9FC875
Black with #9FC875
Text Example
Text Example
White with #9FC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC875; }
p { color: rgb(159,200,117); }
H1.HeaderClassName
{
color: #9FC875;
}
.AnyTagClassName
{
color: #9FC875;
}
</style>
background-color css
<style>
a { background-color: #9FC875; }
a { background-color: rgb(159,200,117); }
div.DivClassName
{
background-color: #9FC875;
}
.BgClassName
{
background-color: #9FC875;
}
</style>
border-color css
<style>
span { border-color: #9FC875; }
span { border-color: rgb(159,200,117); }
td.TdClassName
{
border-color: #9FC875;
}
.TagClassName
{
border-color: #9FC875;
}
</style>