Shades of Olivine #9FCD66
Tints of Olivine #9FCD66
RGB
CMYK
RGB Variations
Color information
#9FCD66 (or 0x9FCD66) is known color: Olivine. HEX triplet: 9F, CD and 66. RGB value is (159,205,102). Sum of RGB (Red+Green+Blue) = 159+205+102=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD66 is #603299. Grayscale: #B3B3B3. Windows color (decimal): -6304410 or 6737311. OLE color: 6737311.
HSL color Cylindrical-coordinate representation of color #9FCD66: hue angle of 86.8º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FCD66 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 102 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.20 |
| HSL | 86.8º | 0.51% | 0.6% | - |
| HSV(B) | 86.8º | 0.5% | 0.8% | - |
| XYZ | 38.53 | 51.99 | 20.58 | - |
| YUV | 179.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 102 | 0.22 | 0 | 0.50 | 0.20 | 86.8 | 0.51 | 0.6 |
| Hex | 9F | CD | 66 | 16 | 0 | 32 | 14 | 57 | 33 | 3C |
| Octal | 237 | 315 | 146 | 26 | 0 | 62 | 24 | 127 | 63 | 74 |
| Binary | 10011111 | 11001101 | 1100110 | 10110 | 0 | 110010 | 10100 | 1010111 | 110011 | 111100 |
Color Harmonies of #9FCD66
Complementary color
Monochromatic Colors of #9FCD66
Black with #9FCD66
Text Example
Text Example
White with #9FCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD66; }
p { color: rgb(159,205,102); }
H1.HeaderClassName
{
color: #9FCD66;
}
.AnyTagClassName
{
color: #9FCD66;
}
</style>
background-color css
<style>
a { background-color: #9FCD66; }
a { background-color: rgb(159,205,102); }
div.DivClassName
{
background-color: #9FCD66;
}
.BgClassName
{
background-color: #9FCD66;
}
</style>
border-color css
<style>
span { border-color: #9FCD66; }
span { border-color: rgb(159,205,102); }
td.TdClassName
{
border-color: #9FCD66;
}
.TagClassName
{
border-color: #9FCD66;
}
</style>