Shades of Olivine #9FC665
Tints of Olivine #9FC665
RGB
CMYK
RGB Variations
Color information
#9FC665 (or 0x9FC665) is known color: Olivine. HEX triplet: 9F, C6 and 65. RGB value is (159,198,101). Sum of RGB (Red+Green+Blue) = 159+198+101=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC665 is #60399A. Grayscale: #AFAFAF. Windows color (decimal): -6306203 or 6669983. OLE color: 6669983.
HSL color Cylindrical-coordinate representation of color #9FC665: hue angle of 84.12º 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 #9FC665 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 101 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.22 |
| HSL | 84.12º | 0.46% | 0.59% | - |
| HSV(B) | 84.12º | 0.49% | 0.78% | - |
| XYZ | 36.84 | 48.7 | 19.77 | - |
| YUV | 175.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 101 | 0.20 | 0 | 0.49 | 0.22 | 84.12 | 0.46 | 0.59 |
| Hex | 9F | C6 | 65 | 14 | 0 | 31 | 16 | 54 | 2E | 3B |
| Octal | 237 | 306 | 145 | 24 | 0 | 61 | 26 | 124 | 56 | 73 |
| Binary | 10011111 | 11000110 | 1100101 | 10100 | 0 | 110001 | 10110 | 1010100 | 101110 | 111011 |
Color Harmonies of #9FC665
Complementary color
Monochromatic Colors of #9FC665
Black with #9FC665
Text Example
Text Example
White with #9FC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC665; }
p { color: rgb(159,198,101); }
H1.HeaderClassName
{
color: #9FC665;
}
.AnyTagClassName
{
color: #9FC665;
}
</style>
background-color css
<style>
a { background-color: #9FC665; }
a { background-color: rgb(159,198,101); }
div.DivClassName
{
background-color: #9FC665;
}
.BgClassName
{
background-color: #9FC665;
}
</style>
border-color css
<style>
span { border-color: #9FC665; }
span { border-color: rgb(159,198,101); }
td.TdClassName
{
border-color: #9FC665;
}
.TagClassName
{
border-color: #9FC665;
}
</style>