Shades of Olivine #96C477
Tints of Olivine #96C477
RGB
CMYK
RGB Variations
Color information
#96C477 (or 0x96C477) is known color: Olivine. HEX triplet: 96, C4 and 77. RGB value is (150,196,119). Sum of RGB (Red+Green+Blue) = 150+196+119=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #96C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C477 is #693B88. Grayscale: #ADADAD. Windows color (decimal): -6896521 or 7849110. OLE color: 7849110.
HSL color Cylindrical-coordinate representation of color #96C477: hue angle of 95.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C477 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 119 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.23 |
| HSL | 95.84º | 0.39% | 0.62% | - |
| HSV(B) | 95.84º | 0.39% | 0.77% | - |
| XYZ | 35.65 | 47.3 | 24.7 | - |
| YUV | 173.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 119 | 0.23 | 0 | 0.39 | 0.23 | 95.84 | 0.39 | 0.62 |
| Hex | 96 | C4 | 77 | 17 | 0 | 27 | 17 | 60 | 27 | 3E |
| Octal | 226 | 304 | 167 | 27 | 0 | 47 | 27 | 140 | 47 | 76 |
| Binary | 10010110 | 11000100 | 1110111 | 10111 | 0 | 100111 | 10111 | 1100000 | 100111 | 111110 |
Color Harmonies of #96C477
Complementary color
Monochromatic Colors of #96C477
Black with #96C477
Text Example
Text Example
White with #96C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C477; }
p { color: rgb(150,196,119); }
H1.HeaderClassName
{
color: #96C477;
}
.AnyTagClassName
{
color: #96C477;
}
</style>
background-color css
<style>
a { background-color: #96C477; }
a { background-color: rgb(150,196,119); }
div.DivClassName
{
background-color: #96C477;
}
.BgClassName
{
background-color: #96C477;
}
</style>
border-color css
<style>
span { border-color: #96C477; }
span { border-color: rgb(150,196,119); }
td.TdClassName
{
border-color: #96C477;
}
.TagClassName
{
border-color: #96C477;
}
</style>