Shades of Olivine #9FC766
Tints of Olivine #9FC766
RGB
CMYK
RGB Variations
Color information
#9FC766 (or 0x9FC766) is known color: Olivine. HEX triplet: 9F, C7 and 66. RGB value is (159,199,102). Sum of RGB (Red+Green+Blue) = 159+199+102=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC766 is #603899. Grayscale: #B0B0B0. Windows color (decimal): -6305946 or 6735775. OLE color: 6735775.
HSL color Cylindrical-coordinate representation of color #9FC766: hue angle of 84.74º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FC766 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 102 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.22 |
| HSL | 84.74º | 0.46% | 0.59% | - |
| HSV(B) | 84.74º | 0.49% | 0.78% | - |
| XYZ | 37.12 | 49.18 | 20.11 | - |
| YUV | 175.98 | 86.25 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 102 | 0.20 | 0 | 0.49 | 0.22 | 84.74 | 0.46 | 0.59 |
| Hex | 9F | C7 | 66 | 14 | 0 | 31 | 16 | 55 | 2E | 3B |
| Octal | 237 | 307 | 146 | 24 | 0 | 61 | 26 | 125 | 56 | 73 |
| Binary | 10011111 | 11000111 | 1100110 | 10100 | 0 | 110001 | 10110 | 1010101 | 101110 | 111011 |
Color Harmonies of #9FC766
Complementary color
Monochromatic Colors of #9FC766
Black with #9FC766
Text Example
Text Example
White with #9FC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC766; }
p { color: rgb(159,199,102); }
H1.HeaderClassName
{
color: #9FC766;
}
.AnyTagClassName
{
color: #9FC766;
}
</style>
background-color css
<style>
a { background-color: #9FC766; }
a { background-color: rgb(159,199,102); }
div.DivClassName
{
background-color: #9FC766;
}
.BgClassName
{
background-color: #9FC766;
}
</style>
border-color css
<style>
span { border-color: #9FC766; }
span { border-color: rgb(159,199,102); }
td.TdClassName
{
border-color: #9FC766;
}
.TagClassName
{
border-color: #9FC766;
}
</style>