Shades of Olivine #9FBD61
Tints of Olivine #9FBD61
RGB
CMYK
RGB Variations
Color information
#9FBD61 (or 0x9FBD61) is known color: Olivine. HEX triplet: 9F, BD and 61. RGB value is (159,189,97). Sum of RGB (Red+Green+Blue) = 159+189+97=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD61 is #60429E. Grayscale: #A9A9A9. Windows color (decimal): -6308511 or 6405535. OLE color: 6405535.
HSL color Cylindrical-coordinate representation of color #9FBD61: hue angle of 79.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FBD61 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 97 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.26 |
| HSL | 79.57º | 0.41% | 0.56% | - |
| HSV(B) | 79.57º | 0.49% | 0.74% | - |
| XYZ | 34.65 | 44.63 | 18.1 | - |
| YUV | 169.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 97 | 0.16 | 0 | 0.49 | 0.26 | 79.57 | 0.41 | 0.56 |
| Hex | 9F | BD | 61 | 10 | 0 | 31 | 1A | 50 | 29 | 38 |
| Octal | 237 | 275 | 141 | 20 | 0 | 61 | 32 | 120 | 51 | 70 |
| Binary | 10011111 | 10111101 | 1100001 | 10000 | 0 | 110001 | 11010 | 1010000 | 101001 | 111000 |
Color Harmonies of #9FBD61
Complementary color
Monochromatic Colors of #9FBD61
Black with #9FBD61
Text Example
Text Example
White with #9FBD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD61; }
p { color: rgb(159,189,97); }
H1.HeaderClassName
{
color: #9FBD61;
}
.AnyTagClassName
{
color: #9FBD61;
}
</style>
background-color css
<style>
a { background-color: #9FBD61; }
a { background-color: rgb(159,189,97); }
div.DivClassName
{
background-color: #9FBD61;
}
.BgClassName
{
background-color: #9FBD61;
}
</style>
border-color css
<style>
span { border-color: #9FBD61; }
span { border-color: rgb(159,189,97); }
td.TdClassName
{
border-color: #9FBD61;
}
.TagClassName
{
border-color: #9FBD61;
}
</style>