Shades of Olivine #96B066
Tints of Olivine #96B066
RGB
CMYK
RGB Variations
Color information
#96B066 (or 0x96B066) is known color: Olivine. HEX triplet: 96, B0 and 66. RGB value is (150,176,102). Sum of RGB (Red+Green+Blue) = 150+176+102=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #96B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B066 is #694F99. Grayscale: #A0A0A0. Windows color (decimal): -6901658 or 6729878. OLE color: 6729878.
HSL color Cylindrical-coordinate representation of color #96B066: hue angle of 81.08º 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 #96B066 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 102 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.31 |
| HSL | 81.08º | 0.32% | 0.55% | - |
| HSV(B) | 81.08º | 0.42% | 0.69% | - |
| XYZ | 30.5 | 38.49 | 18.39 | - |
| YUV | 159.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 102 | 0.15 | 0 | 0.42 | 0.31 | 81.08 | 0.32 | 0.55 |
| Hex | 96 | B0 | 66 | F | 0 | 2A | 1F | 51 | 20 | 37 |
| Octal | 226 | 260 | 146 | 17 | 0 | 52 | 37 | 121 | 40 | 67 |
| Binary | 10010110 | 10110000 | 1100110 | 1111 | 0 | 101010 | 11111 | 1010001 | 100000 | 110111 |
Color Harmonies of #96B066
Complementary color
Monochromatic Colors of #96B066
Black with #96B066
Text Example
Text Example
White with #96B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B066; }
p { color: rgb(150,176,102); }
H1.HeaderClassName
{
color: #96B066;
}
.AnyTagClassName
{
color: #96B066;
}
</style>
background-color css
<style>
a { background-color: #96B066; }
a { background-color: rgb(150,176,102); }
div.DivClassName
{
background-color: #96B066;
}
.BgClassName
{
background-color: #96B066;
}
</style>
border-color css
<style>
span { border-color: #96B066; }
span { border-color: rgb(150,176,102); }
td.TdClassName
{
border-color: #96B066;
}
.TagClassName
{
border-color: #96B066;
}
</style>