Shades of Olivine #96B778
Tints of Olivine #96B778
RGB
CMYK
RGB Variations
Color information
#96B778 (or 0x96B778) is known color: Olivine. HEX triplet: 96, B7 and 78. RGB value is (150,183,120). Sum of RGB (Red+Green+Blue) = 150+183+120=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #96B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B778 is #694887. Grayscale: #A6A6A6. Windows color (decimal): -6899848 or 7911318. OLE color: 7911318.
HSL color Cylindrical-coordinate representation of color #96B778: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B778 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 120 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.28 |
| HSL | 91.43º | 0.3% | 0.59% | - |
| HSV(B) | 91.43º | 0.34% | 0.72% | - |
| XYZ | 32.9 | 41.71 | 24.09 | - |
| YUV | 165.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 120 | 0.18 | 0 | 0.34 | 0.28 | 91.43 | 0.3 | 0.59 |
| Hex | 96 | B7 | 78 | 12 | 0 | 22 | 1C | 5B | 1E | 3B |
| Octal | 226 | 267 | 170 | 22 | 0 | 42 | 34 | 133 | 36 | 73 |
| Binary | 10010110 | 10110111 | 1111000 | 10010 | 0 | 100010 | 11100 | 1011011 | 11110 | 111011 |
Color Harmonies of #96B778
Complementary color
Monochromatic Colors of #96B778
Black with #96B778
Text Example
Text Example
White with #96B778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B778; }
p { color: rgb(150,183,120); }
H1.HeaderClassName
{
color: #96B778;
}
.AnyTagClassName
{
color: #96B778;
}
</style>
background-color css
<style>
a { background-color: #96B778; }
a { background-color: rgb(150,183,120); }
div.DivClassName
{
background-color: #96B778;
}
.BgClassName
{
background-color: #96B778;
}
</style>
border-color css
<style>
span { border-color: #96B778; }
span { border-color: rgb(150,183,120); }
td.TdClassName
{
border-color: #96B778;
}
.TagClassName
{
border-color: #96B778;
}
</style>