Shades of Olivine #96B37C
Tints of Olivine #96B37C
RGB
CMYK
RGB Variations
Color information
#96B37C (or 0x96B37C) is known color: Olivine. HEX triplet: 96, B3 and 7C. RGB value is (150,179,124). Sum of RGB (Red+Green+Blue) = 150+179+124=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #96B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B37C is #694C83. Grayscale: #A4A4A4. Windows color (decimal): -6900868 or 8172438. OLE color: 8172438.
HSL color Cylindrical-coordinate representation of color #96B37C: hue angle of 91.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96B37C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 124 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.30 |
| HSL | 91.64º | 0.27% | 0.59% | - |
| HSV(B) | 91.64º | 0.31% | 0.7% | - |
| XYZ | 32.34 | 40.18 | 25.12 | - |
| YUV | 164.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 124 | 0.16 | 0 | 0.31 | 0.30 | 91.64 | 0.27 | 0.59 |
| Hex | 96 | B3 | 7C | 10 | 0 | 1F | 1E | 5C | 1B | 3B |
| Octal | 226 | 263 | 174 | 20 | 0 | 37 | 36 | 134 | 33 | 73 |
| Binary | 10010110 | 10110011 | 1111100 | 10000 | 0 | 11111 | 11110 | 1011100 | 11011 | 111011 |
Color Harmonies of #96B37C
Complementary color
Monochromatic Colors of #96B37C
Black with #96B37C
Text Example
Text Example
White with #96B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B37C; }
p { color: rgb(150,179,124); }
H1.HeaderClassName
{
color: #96B37C;
}
.AnyTagClassName
{
color: #96B37C;
}
</style>
background-color css
<style>
a { background-color: #96B37C; }
a { background-color: rgb(150,179,124); }
div.DivClassName
{
background-color: #96B37C;
}
.BgClassName
{
background-color: #96B37C;
}
</style>
border-color css
<style>
span { border-color: #96B37C; }
span { border-color: rgb(150,179,124); }
td.TdClassName
{
border-color: #96B37C;
}
.TagClassName
{
border-color: #96B37C;
}
</style>