Shades of Olivine #9FCB73
Tints of Olivine #9FCB73
RGB
CMYK
RGB Variations
Color information
#9FCB73 (or 0x9FCB73) is known color: Olivine. HEX triplet: 9F, CB and 73. RGB value is (159,203,115). Sum of RGB (Red+Green+Blue) = 159+203+115=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB73 is #60348C. Grayscale: #B4B4B4. Windows color (decimal): -6304909 or 7588767. OLE color: 7588767.
HSL color Cylindrical-coordinate representation of color #9FCB73: hue angle of 90º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FCB73 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 115 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.20 |
| HSL | 90º | 0.46% | 0.62% | - |
| HSV(B) | 90º | 0.43% | 0.8% | - |
| XYZ | 38.75 | 51.32 | 24.08 | - |
| YUV | 179.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 115 | 0.22 | 0 | 0.43 | 0.20 | 90 | 0.46 | 0.62 |
| Hex | 9F | CB | 73 | 16 | 0 | 2B | 14 | 5A | 2E | 3E |
| Octal | 237 | 313 | 163 | 26 | 0 | 53 | 24 | 132 | 56 | 76 |
| Binary | 10011111 | 11001011 | 1110011 | 10110 | 0 | 101011 | 10100 | 1011010 | 101110 | 111110 |
Color Harmonies of #9FCB73
Complementary color
Monochromatic Colors of #9FCB73
Black with #9FCB73
Text Example
Text Example
White with #9FCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB73; }
p { color: rgb(159,203,115); }
H1.HeaderClassName
{
color: #9FCB73;
}
.AnyTagClassName
{
color: #9FCB73;
}
</style>
background-color css
<style>
a { background-color: #9FCB73; }
a { background-color: rgb(159,203,115); }
div.DivClassName
{
background-color: #9FCB73;
}
.BgClassName
{
background-color: #9FCB73;
}
</style>
border-color css
<style>
span { border-color: #9FCB73; }
span { border-color: rgb(159,203,115); }
td.TdClassName
{
border-color: #9FCB73;
}
.TagClassName
{
border-color: #9FCB73;
}
</style>