Shades of Olivine #9FC57B
Tints of Olivine #9FC57B
RGB
CMYK
RGB Variations
Color information
#9FC57B (or 0x9FC57B) is known color: Olivine. HEX triplet: 9F, C5 and 7B. RGB value is (159,197,123). Sum of RGB (Red+Green+Blue) = 159+197+123=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC57B is #603A84. Grayscale: #B1B1B1. Windows color (decimal): -6306437 or 8111519. OLE color: 8111519.
HSL color Cylindrical-coordinate representation of color #9FC57B: hue angle of 90.81º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FC57B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 123 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.23 |
| HSL | 90.81º | 0.39% | 0.63% | - |
| HSV(B) | 90.81º | 0.38% | 0.77% | - |
| XYZ | 37.84 | 48.73 | 26.15 | - |
| YUV | 177.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 123 | 0.19 | 0 | 0.38 | 0.23 | 90.81 | 0.39 | 0.63 |
| Hex | 9F | C5 | 7B | 13 | 0 | 26 | 17 | 5B | 27 | 3F |
| Octal | 237 | 305 | 173 | 23 | 0 | 46 | 27 | 133 | 47 | 77 |
| Binary | 10011111 | 11000101 | 1111011 | 10011 | 0 | 100110 | 10111 | 1011011 | 100111 | 111111 |
Color Harmonies of #9FC57B
Complementary color
Monochromatic Colors of #9FC57B
Black with #9FC57B
Text Example
Text Example
White with #9FC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC57B; }
p { color: rgb(159,197,123); }
H1.HeaderClassName
{
color: #9FC57B;
}
.AnyTagClassName
{
color: #9FC57B;
}
</style>
background-color css
<style>
a { background-color: #9FC57B; }
a { background-color: rgb(159,197,123); }
div.DivClassName
{
background-color: #9FC57B;
}
.BgClassName
{
background-color: #9FC57B;
}
</style>
border-color css
<style>
span { border-color: #9FC57B; }
span { border-color: rgb(159,197,123); }
td.TdClassName
{
border-color: #9FC57B;
}
.TagClassName
{
border-color: #9FC57B;
}
</style>