Shades of Olivine #9CBB6C
Tints of Olivine #9CBB6C
RGB
CMYK
RGB Variations
Color information
#9CBB6C (or 0x9CBB6C) is known color: Olivine. HEX triplet: 9C, BB and 6C. RGB value is (156,187,108). Sum of RGB (Red+Green+Blue) = 156+187+108=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB6C is #634493. Grayscale: #A9A9A9. Windows color (decimal): -6505620 or 7125916. OLE color: 7125916.
HSL color Cylindrical-coordinate representation of color #9CBB6C: hue angle of 83.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CBB6C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 108 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.27 |
| HSL | 83.54º | 0.37% | 0.58% | - |
| HSV(B) | 83.54º | 0.42% | 0.73% | - |
| XYZ | 34.19 | 43.69 | 20.82 | - |
| YUV | 168.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 108 | 0.17 | 0 | 0.42 | 0.27 | 83.54 | 0.37 | 0.58 |
| Hex | 9C | BB | 6C | 11 | 0 | 2A | 1B | 54 | 25 | 3A |
| Octal | 234 | 273 | 154 | 21 | 0 | 52 | 33 | 124 | 45 | 72 |
| Binary | 10011100 | 10111011 | 1101100 | 10001 | 0 | 101010 | 11011 | 1010100 | 100101 | 111010 |
Color Harmonies of #9CBB6C
Complementary color
Monochromatic Colors of #9CBB6C
Black with #9CBB6C
Text Example
Text Example
White with #9CBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB6C; }
p { color: rgb(156,187,108); }
H1.HeaderClassName
{
color: #9CBB6C;
}
.AnyTagClassName
{
color: #9CBB6C;
}
</style>
background-color css
<style>
a { background-color: #9CBB6C; }
a { background-color: rgb(156,187,108); }
div.DivClassName
{
background-color: #9CBB6C;
}
.BgClassName
{
background-color: #9CBB6C;
}
</style>
border-color css
<style>
span { border-color: #9CBB6C; }
span { border-color: rgb(156,187,108); }
td.TdClassName
{
border-color: #9CBB6C;
}
.TagClassName
{
border-color: #9CBB6C;
}
</style>