Shades of Olivine #9CBB6D
Tints of Olivine #9CBB6D
RGB
CMYK
RGB Variations
Color information
#9CBB6D (or 0x9CBB6D) is known color: Olivine. HEX triplet: 9C, BB and 6D. RGB value is (156,187,109). Sum of RGB (Red+Green+Blue) = 156+187+109=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB6D is #634492. Grayscale: #A9A9A9. Windows color (decimal): -6505619 or 7191452. OLE color: 7191452.
HSL color Cylindrical-coordinate representation of color #9CBB6D: hue angle of 83.85º degrees, saturation: 0.36, 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 #9CBB6D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 109 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.27 |
| HSL | 83.85º | 0.36% | 0.58% | - |
| HSV(B) | 83.85º | 0.42% | 0.73% | - |
| XYZ | 34.24 | 43.71 | 21.1 | - |
| YUV | 168.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 109 | 0.17 | 0 | 0.42 | 0.27 | 83.85 | 0.36 | 0.58 |
| Hex | 9C | BB | 6D | 11 | 0 | 2A | 1B | 54 | 24 | 3A |
| Octal | 234 | 273 | 155 | 21 | 0 | 52 | 33 | 124 | 44 | 72 |
| Binary | 10011100 | 10111011 | 1101101 | 10001 | 0 | 101010 | 11011 | 1010100 | 100100 | 111010 |
Color Harmonies of #9CBB6D
Complementary color
Monochromatic Colors of #9CBB6D
Black with #9CBB6D
Text Example
Text Example
White with #9CBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB6D; }
p { color: rgb(156,187,109); }
H1.HeaderClassName
{
color: #9CBB6D;
}
.AnyTagClassName
{
color: #9CBB6D;
}
</style>
background-color css
<style>
a { background-color: #9CBB6D; }
a { background-color: rgb(156,187,109); }
div.DivClassName
{
background-color: #9CBB6D;
}
.BgClassName
{
background-color: #9CBB6D;
}
</style>
border-color css
<style>
span { border-color: #9CBB6D; }
span { border-color: rgb(156,187,109); }
td.TdClassName
{
border-color: #9CBB6D;
}
.TagClassName
{
border-color: #9CBB6D;
}
</style>