Shades of Olivine #9FBC67
Tints of Olivine #9FBC67
RGB
CMYK
RGB Variations
Color information
#9FBC67 (or 0x9FBC67) is known color: Olivine. HEX triplet: 9F, BC and 67. RGB value is (159,188,103). Sum of RGB (Red+Green+Blue) = 159+188+103=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC67 is #604398. Grayscale: #A9A9A9. Windows color (decimal): -6308761 or 6798495. OLE color: 6798495.
HSL color Cylindrical-coordinate representation of color #9FBC67: hue angle of 80.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FBC67 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 103 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.26 |
| HSL | 80.47º | 0.39% | 0.57% | - |
| HSV(B) | 80.47º | 0.45% | 0.74% | - |
| XYZ | 34.73 | 44.32 | 19.56 | - |
| YUV | 169.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 103 | 0.15 | 0 | 0.45 | 0.26 | 80.47 | 0.39 | 0.57 |
| Hex | 9F | BC | 67 | F | 0 | 2D | 1A | 50 | 27 | 39 |
| Octal | 237 | 274 | 147 | 17 | 0 | 55 | 32 | 120 | 47 | 71 |
| Binary | 10011111 | 10111100 | 1100111 | 1111 | 0 | 101101 | 11010 | 1010000 | 100111 | 111001 |
Color Harmonies of #9FBC67
Complementary color
Monochromatic Colors of #9FBC67
Black with #9FBC67
Text Example
Text Example
White with #9FBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC67; }
p { color: rgb(159,188,103); }
H1.HeaderClassName
{
color: #9FBC67;
}
.AnyTagClassName
{
color: #9FBC67;
}
</style>
background-color css
<style>
a { background-color: #9FBC67; }
a { background-color: rgb(159,188,103); }
div.DivClassName
{
background-color: #9FBC67;
}
.BgClassName
{
background-color: #9FBC67;
}
</style>
border-color css
<style>
span { border-color: #9FBC67; }
span { border-color: rgb(159,188,103); }
td.TdClassName
{
border-color: #9FBC67;
}
.TagClassName
{
border-color: #9FBC67;
}
</style>