Shades of Olivine #9CB86F
Tints of Olivine #9CB86F
RGB
CMYK
RGB Variations
Color information
#9CB86F (or 0x9CB86F) is known color: Olivine. HEX triplet: 9C, B8 and 6F. RGB value is (156,184,111). Sum of RGB (Red+Green+Blue) = 156+184+111=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB86F is #634790. Grayscale: #A7A7A7. Windows color (decimal): -6506385 or 7321756. OLE color: 7321756.
HSL color Cylindrical-coordinate representation of color #9CB86F: hue angle of 83.01º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CB86F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 111 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.28 |
| HSL | 83.01º | 0.34% | 0.58% | - |
| HSV(B) | 83.01º | 0.4% | 0.72% | - |
| XYZ | 33.72 | 42.5 | 21.46 | - |
| YUV | 167.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 111 | 0.15 | 0 | 0.40 | 0.28 | 83.01 | 0.34 | 0.58 |
| Hex | 9C | B8 | 6F | F | 0 | 28 | 1C | 53 | 22 | 3A |
| Octal | 234 | 270 | 157 | 17 | 0 | 50 | 34 | 123 | 42 | 72 |
| Binary | 10011100 | 10111000 | 1101111 | 1111 | 0 | 101000 | 11100 | 1010011 | 100010 | 111010 |
Color Harmonies of #9CB86F
Complementary color
Monochromatic Colors of #9CB86F
Black with #9CB86F
Text Example
Text Example
White with #9CB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB86F; }
p { color: rgb(156,184,111); }
H1.HeaderClassName
{
color: #9CB86F;
}
.AnyTagClassName
{
color: #9CB86F;
}
</style>
background-color css
<style>
a { background-color: #9CB86F; }
a { background-color: rgb(156,184,111); }
div.DivClassName
{
background-color: #9CB86F;
}
.BgClassName
{
background-color: #9CB86F;
}
</style>
border-color css
<style>
span { border-color: #9CB86F; }
span { border-color: rgb(156,184,111); }
td.TdClassName
{
border-color: #9CB86F;
}
.TagClassName
{
border-color: #9CB86F;
}
</style>