Shades of Olivine #9CBA7B
Tints of Olivine #9CBA7B
RGB
CMYK
RGB Variations
Color information
#9CBA7B (or 0x9CBA7B) is known color: Olivine. HEX triplet: 9C, BA and 7B. RGB value is (156,186,123). Sum of RGB (Red+Green+Blue) = 156+186+123=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA7B is #634584. Grayscale: #AAAAAA. Windows color (decimal): -6505861 or 8108700. OLE color: 8108700.
HSL color Cylindrical-coordinate representation of color #9CBA7B: hue angle of 88.57º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CBA7B is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 123 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.27 |
| HSL | 88.57º | 0.31% | 0.61% | - |
| HSV(B) | 88.57º | 0.34% | 0.73% | - |
| XYZ | 34.84 | 43.62 | 25.32 | - |
| YUV | 169.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 123 | 0.16 | 0 | 0.34 | 0.27 | 88.57 | 0.31 | 0.61 |
| Hex | 9C | BA | 7B | 10 | 0 | 22 | 1B | 59 | 1F | 3D |
| Octal | 234 | 272 | 173 | 20 | 0 | 42 | 33 | 131 | 37 | 75 |
| Binary | 10011100 | 10111010 | 1111011 | 10000 | 0 | 100010 | 11011 | 1011001 | 11111 | 111101 |
Color Harmonies of #9CBA7B
Complementary color
Monochromatic Colors of #9CBA7B
Black with #9CBA7B
Text Example
Text Example
White with #9CBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA7B; }
p { color: rgb(156,186,123); }
H1.HeaderClassName
{
color: #9CBA7B;
}
.AnyTagClassName
{
color: #9CBA7B;
}
</style>
background-color css
<style>
a { background-color: #9CBA7B; }
a { background-color: rgb(156,186,123); }
div.DivClassName
{
background-color: #9CBA7B;
}
.BgClassName
{
background-color: #9CBA7B;
}
</style>
border-color css
<style>
span { border-color: #9CBA7B; }
span { border-color: rgb(156,186,123); }
td.TdClassName
{
border-color: #9CBA7B;
}
.TagClassName
{
border-color: #9CBA7B;
}
</style>