Shades of Olivine #9FCD6D
Tints of Olivine #9FCD6D
RGB
CMYK
RGB Variations
Color information
#9FCD6D (or 0x9FCD6D) is known color: Olivine. HEX triplet: 9F, CD and 6D. RGB value is (159,205,109). Sum of RGB (Red+Green+Blue) = 159+205+109=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD6D is #603292. Grayscale: #B4B4B4. Windows color (decimal): -6304403 or 7196063. OLE color: 7196063.
HSL color Cylindrical-coordinate representation of color #9FCD6D: hue angle of 88.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FCD6D is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 109 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.20 |
| HSL | 88.75º | 0.49% | 0.62% | - |
| HSV(B) | 88.75º | 0.47% | 0.8% | - |
| XYZ | 38.89 | 52.14 | 22.48 | - |
| YUV | 180.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 109 | 0.22 | 0 | 0.47 | 0.20 | 88.75 | 0.49 | 0.62 |
| Hex | 9F | CD | 6D | 16 | 0 | 2F | 14 | 59 | 31 | 3E |
| Octal | 237 | 315 | 155 | 26 | 0 | 57 | 24 | 131 | 61 | 76 |
| Binary | 10011111 | 11001101 | 1101101 | 10110 | 0 | 101111 | 10100 | 1011001 | 110001 | 111110 |
Color Harmonies of #9FCD6D
Complementary color
Monochromatic Colors of #9FCD6D
Black with #9FCD6D
Text Example
Text Example
White with #9FCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD6D; }
p { color: rgb(159,205,109); }
H1.HeaderClassName
{
color: #9FCD6D;
}
.AnyTagClassName
{
color: #9FCD6D;
}
</style>
background-color css
<style>
a { background-color: #9FCD6D; }
a { background-color: rgb(159,205,109); }
div.DivClassName
{
background-color: #9FCD6D;
}
.BgClassName
{
background-color: #9FCD6D;
}
</style>
border-color css
<style>
span { border-color: #9FCD6D; }
span { border-color: rgb(159,205,109); }
td.TdClassName
{
border-color: #9FCD6D;
}
.TagClassName
{
border-color: #9FCD6D;
}
</style>