Shades of Olivine #96B166
Tints of Olivine #96B166
RGB
CMYK
RGB Variations
Color information
#96B166 (or 0x96B166) is known color: Olivine. HEX triplet: 96, B1 and 66. RGB value is (150,177,102). Sum of RGB (Red+Green+Blue) = 150+177+102=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #96B166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B166 is #694E99. Grayscale: #A0A0A0. Windows color (decimal): -6901402 or 6730134. OLE color: 6730134.
HSL color Cylindrical-coordinate representation of color #96B166: hue angle of 81.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96B166 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 102 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.31 |
| HSL | 81.6º | 0.32% | 0.55% | - |
| HSV(B) | 81.6º | 0.42% | 0.69% | - |
| XYZ | 30.7 | 38.89 | 18.46 | - |
| YUV | 160.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 102 | 0.15 | 0 | 0.42 | 0.31 | 81.6 | 0.32 | 0.55 |
| Hex | 96 | B1 | 66 | F | 0 | 2A | 1F | 52 | 20 | 37 |
| Octal | 226 | 261 | 146 | 17 | 0 | 52 | 37 | 122 | 40 | 67 |
| Binary | 10010110 | 10110001 | 1100110 | 1111 | 0 | 101010 | 11111 | 1010010 | 100000 | 110111 |
Color Harmonies of #96B166
Complementary color
Monochromatic Colors of #96B166
Black with #96B166
Text Example
Text Example
White with #96B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B166; }
p { color: rgb(150,177,102); }
H1.HeaderClassName
{
color: #96B166;
}
.AnyTagClassName
{
color: #96B166;
}
</style>
background-color css
<style>
a { background-color: #96B166; }
a { background-color: rgb(150,177,102); }
div.DivClassName
{
background-color: #96B166;
}
.BgClassName
{
background-color: #96B166;
}
</style>
border-color css
<style>
span { border-color: #96B166; }
span { border-color: rgb(150,177,102); }
td.TdClassName
{
border-color: #96B166;
}
.TagClassName
{
border-color: #96B166;
}
</style>