Shades of Olivine #96B577
Tints of Olivine #96B577
RGB
CMYK
RGB Variations
Color information
#96B577 (or 0x96B577) is known color: Olivine. HEX triplet: 96, B5 and 77. RGB value is (150,181,119). Sum of RGB (Red+Green+Blue) = 150+181+119=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #96B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B577 is #694A88. Grayscale: #A4A4A4. Windows color (decimal): -6900361 or 7845270. OLE color: 7845270.
HSL color Cylindrical-coordinate representation of color #96B577: hue angle of 90º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B577 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 119 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.29 |
| HSL | 90º | 0.3% | 0.59% | - |
| HSV(B) | 90º | 0.34% | 0.71% | - |
| XYZ | 32.43 | 40.86 | 23.63 | - |
| YUV | 164.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 119 | 0.17 | 0 | 0.34 | 0.29 | 90 | 0.3 | 0.59 |
| Hex | 96 | B5 | 77 | 11 | 0 | 22 | 1D | 5A | 1E | 3B |
| Octal | 226 | 265 | 167 | 21 | 0 | 42 | 35 | 132 | 36 | 73 |
| Binary | 10010110 | 10110101 | 1110111 | 10001 | 0 | 100010 | 11101 | 1011010 | 11110 | 111011 |
Color Harmonies of #96B577
Complementary color
Monochromatic Colors of #96B577
Black with #96B577
Text Example
Text Example
White with #96B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B577; }
p { color: rgb(150,181,119); }
H1.HeaderClassName
{
color: #96B577;
}
.AnyTagClassName
{
color: #96B577;
}
</style>
background-color css
<style>
a { background-color: #96B577; }
a { background-color: rgb(150,181,119); }
div.DivClassName
{
background-color: #96B577;
}
.BgClassName
{
background-color: #96B577;
}
</style>
border-color css
<style>
span { border-color: #96B577; }
span { border-color: rgb(150,181,119); }
td.TdClassName
{
border-color: #96B577;
}
.TagClassName
{
border-color: #96B577;
}
</style>