Shades of Olivine #96BA6C
Tints of Olivine #96BA6C
RGB
CMYK
RGB Variations
Color information
#96BA6C (or 0x96BA6C) is known color: Olivine. HEX triplet: 96, BA and 6C. RGB value is (150,186,108). Sum of RGB (Red+Green+Blue) = 150+186+108=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA6C is #694593. Grayscale: #A6A6A6. Windows color (decimal): -6899092 or 7125654. OLE color: 7125654.
HSL color Cylindrical-coordinate representation of color #96BA6C: hue angle of 87.69º 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 #96BA6C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 108 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.27 |
| HSL | 87.69º | 0.36% | 0.58% | - |
| HSV(B) | 87.69º | 0.42% | 0.73% | - |
| XYZ | 32.84 | 42.68 | 20.7 | - |
| YUV | 166.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 108 | 0.19 | 0 | 0.42 | 0.27 | 87.69 | 0.36 | 0.58 |
| Hex | 96 | BA | 6C | 13 | 0 | 2A | 1B | 58 | 24 | 3A |
| Octal | 226 | 272 | 154 | 23 | 0 | 52 | 33 | 130 | 44 | 72 |
| Binary | 10010110 | 10111010 | 1101100 | 10011 | 0 | 101010 | 11011 | 1011000 | 100100 | 111010 |
Color Harmonies of #96BA6C
Complementary color
Monochromatic Colors of #96BA6C
Black with #96BA6C
Text Example
Text Example
White with #96BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA6C; }
p { color: rgb(150,186,108); }
H1.HeaderClassName
{
color: #96BA6C;
}
.AnyTagClassName
{
color: #96BA6C;
}
</style>
background-color css
<style>
a { background-color: #96BA6C; }
a { background-color: rgb(150,186,108); }
div.DivClassName
{
background-color: #96BA6C;
}
.BgClassName
{
background-color: #96BA6C;
}
</style>
border-color css
<style>
span { border-color: #96BA6C; }
span { border-color: rgb(150,186,108); }
td.TdClassName
{
border-color: #96BA6C;
}
.TagClassName
{
border-color: #96BA6C;
}
</style>