Shades of Olivine #9FC068
Tints of Olivine #9FC068
RGB
CMYK
RGB Variations
Color information
#9FC068 (or 0x9FC068) is known color: Olivine. HEX triplet: 9F, C0 and 68. RGB value is (159,192,104). Sum of RGB (Red+Green+Blue) = 159+192+104=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC068 is #603F97. Grayscale: #ACACAC. Windows color (decimal): -6307736 or 6865055. OLE color: 6865055.
HSL color Cylindrical-coordinate representation of color #9FC068: hue angle of 82.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FC068 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 104 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.25 |
| HSL | 82.5º | 0.41% | 0.58% | - |
| HSV(B) | 82.5º | 0.46% | 0.75% | - |
| XYZ | 35.65 | 46.07 | 20.11 | - |
| YUV | 172.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 104 | 0.17 | 0 | 0.46 | 0.25 | 82.5 | 0.41 | 0.58 |
| Hex | 9F | C0 | 68 | 11 | 0 | 2E | 19 | 52 | 29 | 3A |
| Octal | 237 | 300 | 150 | 21 | 0 | 56 | 31 | 122 | 51 | 72 |
| Binary | 10011111 | 11000000 | 1101000 | 10001 | 0 | 101110 | 11001 | 1010010 | 101001 | 111010 |
Color Harmonies of #9FC068
Complementary color
Monochromatic Colors of #9FC068
Black with #9FC068
Text Example
Text Example
White with #9FC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC068; }
p { color: rgb(159,192,104); }
H1.HeaderClassName
{
color: #9FC068;
}
.AnyTagClassName
{
color: #9FC068;
}
</style>
background-color css
<style>
a { background-color: #9FC068; }
a { background-color: rgb(159,192,104); }
div.DivClassName
{
background-color: #9FC068;
}
.BgClassName
{
background-color: #9FC068;
}
</style>
border-color css
<style>
span { border-color: #9FC068; }
span { border-color: rgb(159,192,104); }
td.TdClassName
{
border-color: #9FC068;
}
.TagClassName
{
border-color: #9FC068;
}
</style>