Shades of Olivine #96BA7A
Tints of Olivine #96BA7A
RGB
CMYK
RGB Variations
Color information
#96BA7A (or 0x96BA7A) is known color: Olivine. HEX triplet: 96, BA and 7A. RGB value is (150,186,122). Sum of RGB (Red+Green+Blue) = 150+186+122=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA7A is #694585. Grayscale: #A8A8A8. Windows color (decimal): -6899078 or 8043158. OLE color: 8043158.
HSL color Cylindrical-coordinate representation of color #96BA7A: hue angle of 93.75º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96BA7A is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 122 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.27 |
| HSL | 93.75º | 0.32% | 0.6% | - |
| HSV(B) | 93.75º | 0.34% | 0.73% | - |
| XYZ | 33.65 | 43.01 | 24.94 | - |
| YUV | 167.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 122 | 0.19 | 0 | 0.34 | 0.27 | 93.75 | 0.32 | 0.6 |
| Hex | 96 | BA | 7A | 13 | 0 | 22 | 1B | 5E | 20 | 3C |
| Octal | 226 | 272 | 172 | 23 | 0 | 42 | 33 | 136 | 40 | 74 |
| Binary | 10010110 | 10111010 | 1111010 | 10011 | 0 | 100010 | 11011 | 1011110 | 100000 | 111100 |
Color Harmonies of #96BA7A
Complementary color
Monochromatic Colors of #96BA7A
Black with #96BA7A
Text Example
Text Example
White with #96BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA7A; }
p { color: rgb(150,186,122); }
H1.HeaderClassName
{
color: #96BA7A;
}
.AnyTagClassName
{
color: #96BA7A;
}
</style>
background-color css
<style>
a { background-color: #96BA7A; }
a { background-color: rgb(150,186,122); }
div.DivClassName
{
background-color: #96BA7A;
}
.BgClassName
{
background-color: #96BA7A;
}
</style>
border-color css
<style>
span { border-color: #96BA7A; }
span { border-color: rgb(150,186,122); }
td.TdClassName
{
border-color: #96BA7A;
}
.TagClassName
{
border-color: #96BA7A;
}
</style>