Shades of Olivine #9CBB65
Tints of Olivine #9CBB65
RGB
CMYK
RGB Variations
Color information
#9CBB65 (or 0x9CBB65) is known color: Olivine. HEX triplet: 9C, BB and 65. RGB value is (156,187,101). Sum of RGB (Red+Green+Blue) = 156+187+101=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB65 is #63449A. Grayscale: #A8A8A8. Windows color (decimal): -6505627 or 6667164. OLE color: 6667164.
HSL color Cylindrical-coordinate representation of color #9CBB65: hue angle of 81.63º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CBB65 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 101 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.27 |
| HSL | 81.63º | 0.39% | 0.56% | - |
| HSV(B) | 81.63º | 0.46% | 0.73% | - |
| XYZ | 33.83 | 43.55 | 18.93 | - |
| YUV | 167.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 101 | 0.17 | 0 | 0.46 | 0.27 | 81.63 | 0.39 | 0.56 |
| Hex | 9C | BB | 65 | 11 | 0 | 2E | 1B | 52 | 27 | 38 |
| Octal | 234 | 273 | 145 | 21 | 0 | 56 | 33 | 122 | 47 | 70 |
| Binary | 10011100 | 10111011 | 1100101 | 10001 | 0 | 101110 | 11011 | 1010010 | 100111 | 111000 |
Color Harmonies of #9CBB65
Complementary color
Monochromatic Colors of #9CBB65
Black with #9CBB65
Text Example
Text Example
White with #9CBB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB65; }
p { color: rgb(156,187,101); }
H1.HeaderClassName
{
color: #9CBB65;
}
.AnyTagClassName
{
color: #9CBB65;
}
</style>
background-color css
<style>
a { background-color: #9CBB65; }
a { background-color: rgb(156,187,101); }
div.DivClassName
{
background-color: #9CBB65;
}
.BgClassName
{
background-color: #9CBB65;
}
</style>
border-color css
<style>
span { border-color: #9CBB65; }
span { border-color: rgb(156,187,101); }
td.TdClassName
{
border-color: #9CBB65;
}
.TagClassName
{
border-color: #9CBB65;
}
</style>