Shades of Olivine #96B076
Tints of Olivine #96B076
RGB
CMYK
RGB Variations
Color information
#96B076 (or 0x96B076) is known color: Olivine. HEX triplet: 96, B0 and 76. RGB value is (150,176,118). Sum of RGB (Red+Green+Blue) = 150+176+118=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #96B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B076 is #694F89. Grayscale: #A1A1A1. Windows color (decimal): -6901642 or 7778454. OLE color: 7778454.
HSL color Cylindrical-coordinate representation of color #96B076: hue angle of 86.9º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96B076 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 118 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.31 |
| HSL | 86.9º | 0.27% | 0.58% | - |
| HSV(B) | 86.9º | 0.33% | 0.69% | - |
| XYZ | 31.37 | 38.84 | 22.98 | - |
| YUV | 161.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 118 | 0.15 | 0 | 0.33 | 0.31 | 86.9 | 0.27 | 0.58 |
| Hex | 96 | B0 | 76 | F | 0 | 21 | 1F | 57 | 1B | 3A |
| Octal | 226 | 260 | 166 | 17 | 0 | 41 | 37 | 127 | 33 | 72 |
| Binary | 10010110 | 10110000 | 1110110 | 1111 | 0 | 100001 | 11111 | 1010111 | 11011 | 111010 |
Color Harmonies of #96B076
Complementary color
Monochromatic Colors of #96B076
Black with #96B076
Text Example
Text Example
White with #96B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B076; }
p { color: rgb(150,176,118); }
H1.HeaderClassName
{
color: #96B076;
}
.AnyTagClassName
{
color: #96B076;
}
</style>
background-color css
<style>
a { background-color: #96B076; }
a { background-color: rgb(150,176,118); }
div.DivClassName
{
background-color: #96B076;
}
.BgClassName
{
background-color: #96B076;
}
</style>
border-color css
<style>
span { border-color: #96B076; }
span { border-color: rgb(150,176,118); }
td.TdClassName
{
border-color: #96B076;
}
.TagClassName
{
border-color: #96B076;
}
</style>