Shades of Olivine #9CB87A
Tints of Olivine #9CB87A
RGB
CMYK
RGB Variations
Color information
#9CB87A (or 0x9CB87A) is known color: Olivine. HEX triplet: 9C, B8 and 7A. RGB value is (156,184,122). Sum of RGB (Red+Green+Blue) = 156+184+122=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB87A is #634785. Grayscale: #A8A8A8. Windows color (decimal): -6506374 or 8042652. OLE color: 8042652.
HSL color Cylindrical-coordinate representation of color #9CB87A: hue angle of 87.1º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB87A is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 122 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.28 |
| HSL | 87.1º | 0.3% | 0.6% | - |
| HSV(B) | 87.1º | 0.34% | 0.72% | - |
| XYZ | 34.36 | 42.75 | 24.85 | - |
| YUV | 168.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 122 | 0.15 | 0 | 0.34 | 0.28 | 87.1 | 0.3 | 0.6 |
| Hex | 9C | B8 | 7A | F | 0 | 22 | 1C | 57 | 1E | 3C |
| Octal | 234 | 270 | 172 | 17 | 0 | 42 | 34 | 127 | 36 | 74 |
| Binary | 10011100 | 10111000 | 1111010 | 1111 | 0 | 100010 | 11100 | 1010111 | 11110 | 111100 |
Color Harmonies of #9CB87A
Complementary color
Monochromatic Colors of #9CB87A
Black with #9CB87A
Text Example
Text Example
White with #9CB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB87A; }
p { color: rgb(156,184,122); }
H1.HeaderClassName
{
color: #9CB87A;
}
.AnyTagClassName
{
color: #9CB87A;
}
</style>
background-color css
<style>
a { background-color: #9CB87A; }
a { background-color: rgb(156,184,122); }
div.DivClassName
{
background-color: #9CB87A;
}
.BgClassName
{
background-color: #9CB87A;
}
</style>
border-color css
<style>
span { border-color: #9CB87A; }
span { border-color: rgb(156,184,122); }
td.TdClassName
{
border-color: #9CB87A;
}
.TagClassName
{
border-color: #9CB87A;
}
</style>