Shades of Olivine #9CBB6B
Tints of Olivine #9CBB6B
RGB
CMYK
RGB Variations
Color information
#9CBB6B (or 0x9CBB6B) is known color: Olivine. HEX triplet: 9C, BB and 6B. RGB value is (156,187,107). Sum of RGB (Red+Green+Blue) = 156+187+107=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB6B is #634494. Grayscale: #A8A8A8. Windows color (decimal): -6505621 or 7060380. OLE color: 7060380.
HSL color Cylindrical-coordinate representation of color #9CBB6B: hue angle of 83.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CBB6B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 107 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.27 |
| HSL | 83.25º | 0.37% | 0.58% | - |
| HSV(B) | 83.25º | 0.43% | 0.73% | - |
| XYZ | 34.13 | 43.67 | 20.54 | - |
| YUV | 168.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 107 | 0.17 | 0 | 0.43 | 0.27 | 83.25 | 0.37 | 0.58 |
| Hex | 9C | BB | 6B | 11 | 0 | 2B | 1B | 53 | 25 | 3A |
| Octal | 234 | 273 | 153 | 21 | 0 | 53 | 33 | 123 | 45 | 72 |
| Binary | 10011100 | 10111011 | 1101011 | 10001 | 0 | 101011 | 11011 | 1010011 | 100101 | 111010 |
Color Harmonies of #9CBB6B
Complementary color
Monochromatic Colors of #9CBB6B
Black with #9CBB6B
Text Example
Text Example
White with #9CBB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB6B; }
p { color: rgb(156,187,107); }
H1.HeaderClassName
{
color: #9CBB6B;
}
.AnyTagClassName
{
color: #9CBB6B;
}
</style>
background-color css
<style>
a { background-color: #9CBB6B; }
a { background-color: rgb(156,187,107); }
div.DivClassName
{
background-color: #9CBB6B;
}
.BgClassName
{
background-color: #9CBB6B;
}
</style>
border-color css
<style>
span { border-color: #9CBB6B; }
span { border-color: rgb(156,187,107); }
td.TdClassName
{
border-color: #9CBB6B;
}
.TagClassName
{
border-color: #9CBB6B;
}
</style>