Shades of Olivine #9FC568
Tints of Olivine #9FC568
RGB
CMYK
RGB Variations
Color information
#9FC568 (or 0x9FC568) is known color: Olivine. HEX triplet: 9F, C5 and 68. RGB value is (159,197,104). Sum of RGB (Red+Green+Blue) = 159+197+104=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC568 is #603A97. Grayscale: #AFAFAF. Windows color (decimal): -6306456 or 6866335. OLE color: 6866335.
HSL color Cylindrical-coordinate representation of color #9FC568: hue angle of 84.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FC568 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 104 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.23 |
| HSL | 84.52º | 0.44% | 0.59% | - |
| HSV(B) | 84.52º | 0.47% | 0.77% | - |
| XYZ | 36.76 | 48.3 | 20.48 | - |
| YUV | 175.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 104 | 0.19 | 0 | 0.47 | 0.23 | 84.52 | 0.44 | 0.59 |
| Hex | 9F | C5 | 68 | 13 | 0 | 2F | 17 | 55 | 2C | 3B |
| Octal | 237 | 305 | 150 | 23 | 0 | 57 | 27 | 125 | 54 | 73 |
| Binary | 10011111 | 11000101 | 1101000 | 10011 | 0 | 101111 | 10111 | 1010101 | 101100 | 111011 |
Color Harmonies of #9FC568
Complementary color
Monochromatic Colors of #9FC568
Black with #9FC568
Text Example
Text Example
White with #9FC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC568; }
p { color: rgb(159,197,104); }
H1.HeaderClassName
{
color: #9FC568;
}
.AnyTagClassName
{
color: #9FC568;
}
</style>
background-color css
<style>
a { background-color: #9FC568; }
a { background-color: rgb(159,197,104); }
div.DivClassName
{
background-color: #9FC568;
}
.BgClassName
{
background-color: #9FC568;
}
</style>
border-color css
<style>
span { border-color: #9FC568; }
span { border-color: rgb(159,197,104); }
td.TdClassName
{
border-color: #9FC568;
}
.TagClassName
{
border-color: #9FC568;
}
</style>