Shades of Olivine #96B97A
Tints of Olivine #96B97A
RGB
CMYK
RGB Variations
Color information
#96B97A (or 0x96B97A) is known color: Olivine. HEX triplet: 96, B9 and 7A. RGB value is (150,185,122). Sum of RGB (Red+Green+Blue) = 150+185+122=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #96B97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B97A is #694685. Grayscale: #A7A7A7. Windows color (decimal): -6899334 or 8042902. OLE color: 8042902.
HSL color Cylindrical-coordinate representation of color #96B97A: hue angle of 93.33º degrees, saturation: 0.31, 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 #96B97A is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 122 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.27 |
| HSL | 93.33º | 0.31% | 0.6% | - |
| HSV(B) | 93.33º | 0.34% | 0.73% | - |
| XYZ | 33.44 | 42.59 | 24.87 | - |
| YUV | 167.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 122 | 0.19 | 0 | 0.34 | 0.27 | 93.33 | 0.31 | 0.6 |
| Hex | 96 | B9 | 7A | 13 | 0 | 22 | 1B | 5D | 1F | 3C |
| Octal | 226 | 271 | 172 | 23 | 0 | 42 | 33 | 135 | 37 | 74 |
| Binary | 10010110 | 10111001 | 1111010 | 10011 | 0 | 100010 | 11011 | 1011101 | 11111 | 111100 |
Color Harmonies of #96B97A
Complementary color
Monochromatic Colors of #96B97A
Black with #96B97A
Text Example
Text Example
White with #96B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B97A; }
p { color: rgb(150,185,122); }
H1.HeaderClassName
{
color: #96B97A;
}
.AnyTagClassName
{
color: #96B97A;
}
</style>
background-color css
<style>
a { background-color: #96B97A; }
a { background-color: rgb(150,185,122); }
div.DivClassName
{
background-color: #96B97A;
}
.BgClassName
{
background-color: #96B97A;
}
</style>
border-color css
<style>
span { border-color: #96B97A; }
span { border-color: rgb(150,185,122); }
td.TdClassName
{
border-color: #96B97A;
}
.TagClassName
{
border-color: #96B97A;
}
</style>