Shades of Olivine #9FCD62
Tints of Olivine #9FCD62
RGB
CMYK
RGB Variations
Color information
#9FCD62 (or 0x9FCD62) is known color: Olivine. HEX triplet: 9F, CD and 62. RGB value is (159,205,98). Sum of RGB (Red+Green+Blue) = 159+205+98=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD62 is #60329D. Grayscale: #B3B3B3. Windows color (decimal): -6304414 or 6475167. OLE color: 6475167.
HSL color Cylindrical-coordinate representation of color #9FCD62: hue angle of 85.79º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FCD62 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 98 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.20 |
| HSL | 85.79º | 0.52% | 0.59% | - |
| HSV(B) | 85.79º | 0.52% | 0.8% | - |
| XYZ | 38.33 | 51.92 | 19.56 | - |
| YUV | 179.05 | 82.26 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 98 | 0.22 | 0 | 0.52 | 0.20 | 85.79 | 0.52 | 0.59 |
| Hex | 9F | CD | 62 | 16 | 0 | 34 | 14 | 56 | 34 | 3B |
| Octal | 237 | 315 | 142 | 26 | 0 | 64 | 24 | 126 | 64 | 73 |
| Binary | 10011111 | 11001101 | 1100010 | 10110 | 0 | 110100 | 10100 | 1010110 | 110100 | 111011 |
Color Harmonies of #9FCD62
Complementary color
Monochromatic Colors of #9FCD62
Black with #9FCD62
Text Example
Text Example
White with #9FCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD62; }
p { color: rgb(159,205,98); }
H1.HeaderClassName
{
color: #9FCD62;
}
.AnyTagClassName
{
color: #9FCD62;
}
</style>
background-color css
<style>
a { background-color: #9FCD62; }
a { background-color: rgb(159,205,98); }
div.DivClassName
{
background-color: #9FCD62;
}
.BgClassName
{
background-color: #9FCD62;
}
</style>
border-color css
<style>
span { border-color: #9FCD62; }
span { border-color: rgb(159,205,98); }
td.TdClassName
{
border-color: #9FCD62;
}
.TagClassName
{
border-color: #9FCD62;
}
</style>