Shades of Olivine #9FCD65
Tints of Olivine #9FCD65
RGB
CMYK
RGB Variations
Color information
#9FCD65 (or 0x9FCD65) is known color: Olivine. HEX triplet: 9F, CD and 65. RGB value is (159,205,101). Sum of RGB (Red+Green+Blue) = 159+205+101=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD65 is #60329A. Grayscale: #B3B3B3. Windows color (decimal): -6304411 or 6671775. OLE color: 6671775.
HSL color Cylindrical-coordinate representation of color #9FCD65: hue angle of 86.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FCD65 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 101 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.20 |
| HSL | 86.54º | 0.51% | 0.6% | - |
| HSV(B) | 86.54º | 0.51% | 0.8% | - |
| XYZ | 38.48 | 51.97 | 20.32 | - |
| YUV | 179.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 101 | 0.22 | 0 | 0.51 | 0.20 | 86.54 | 0.51 | 0.6 |
| Hex | 9F | CD | 65 | 16 | 0 | 33 | 14 | 57 | 33 | 3C |
| Octal | 237 | 315 | 145 | 26 | 0 | 63 | 24 | 127 | 63 | 74 |
| Binary | 10011111 | 11001101 | 1100101 | 10110 | 0 | 110011 | 10100 | 1010111 | 110011 | 111100 |
Color Harmonies of #9FCD65
Complementary color
Monochromatic Colors of #9FCD65
Black with #9FCD65
Text Example
Text Example
White with #9FCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD65; }
p { color: rgb(159,205,101); }
H1.HeaderClassName
{
color: #9FCD65;
}
.AnyTagClassName
{
color: #9FCD65;
}
</style>
background-color css
<style>
a { background-color: #9FCD65; }
a { background-color: rgb(159,205,101); }
div.DivClassName
{
background-color: #9FCD65;
}
.BgClassName
{
background-color: #9FCD65;
}
</style>
border-color css
<style>
span { border-color: #9FCD65; }
span { border-color: rgb(159,205,101); }
td.TdClassName
{
border-color: #9FCD65;
}
.TagClassName
{
border-color: #9FCD65;
}
</style>