Shades of Olivine #9CBB6A
Tints of Olivine #9CBB6A
RGB
CMYK
RGB Variations
Color information
#9CBB6A (or 0x9CBB6A) is known color: Olivine. HEX triplet: 9C, BB and 6A. RGB value is (156,187,106). Sum of RGB (Red+Green+Blue) = 156+187+106=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB6A is #634495. Grayscale: #A8A8A8. Windows color (decimal): -6505622 or 6994844. OLE color: 6994844.
HSL color Cylindrical-coordinate representation of color #9CBB6A: hue angle of 82.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CBB6A is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 106 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.27 |
| HSL | 82.96º | 0.37% | 0.57% | - |
| HSV(B) | 82.96º | 0.43% | 0.73% | - |
| XYZ | 34.08 | 43.65 | 20.26 | - |
| YUV | 168.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 106 | 0.17 | 0 | 0.43 | 0.27 | 82.96 | 0.37 | 0.57 |
| Hex | 9C | BB | 6A | 11 | 0 | 2B | 1B | 53 | 25 | 39 |
| Octal | 234 | 273 | 152 | 21 | 0 | 53 | 33 | 123 | 45 | 71 |
| Binary | 10011100 | 10111011 | 1101010 | 10001 | 0 | 101011 | 11011 | 1010011 | 100101 | 111001 |
Color Harmonies of #9CBB6A
Complementary color
Monochromatic Colors of #9CBB6A
Black with #9CBB6A
Text Example
Text Example
White with #9CBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB6A; }
p { color: rgb(156,187,106); }
H1.HeaderClassName
{
color: #9CBB6A;
}
.AnyTagClassName
{
color: #9CBB6A;
}
</style>
background-color css
<style>
a { background-color: #9CBB6A; }
a { background-color: rgb(156,187,106); }
div.DivClassName
{
background-color: #9CBB6A;
}
.BgClassName
{
background-color: #9CBB6A;
}
</style>
border-color css
<style>
span { border-color: #9CBB6A; }
span { border-color: rgb(156,187,106); }
td.TdClassName
{
border-color: #9CBB6A;
}
.TagClassName
{
border-color: #9CBB6A;
}
</style>