Shades of Olivine #96BF7C
Tints of Olivine #96BF7C
RGB
CMYK
RGB Variations
Color information
#96BF7C (or 0x96BF7C) is known color: Olivine. HEX triplet: 96, BF and 7C. RGB value is (150,191,124). Sum of RGB (Red+Green+Blue) = 150+191+124=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF7C is #694083. Grayscale: #ABABAB. Windows color (decimal): -6897796 or 8175510. OLE color: 8175510.
HSL color Cylindrical-coordinate representation of color #96BF7C: hue angle of 96.72º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96BF7C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 124 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.25 |
| HSL | 96.72º | 0.34% | 0.62% | - |
| HSV(B) | 96.72º | 0.35% | 0.75% | - |
| XYZ | 34.85 | 45.2 | 25.96 | - |
| YUV | 171.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 124 | 0.21 | 0 | 0.35 | 0.25 | 96.72 | 0.34 | 0.62 |
| Hex | 96 | BF | 7C | 15 | 0 | 23 | 19 | 61 | 22 | 3E |
| Octal | 226 | 277 | 174 | 25 | 0 | 43 | 31 | 141 | 42 | 76 |
| Binary | 10010110 | 10111111 | 1111100 | 10101 | 0 | 100011 | 11001 | 1100001 | 100010 | 111110 |
Color Harmonies of #96BF7C
Complementary color
Monochromatic Colors of #96BF7C
Black with #96BF7C
Text Example
Text Example
White with #96BF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BF7C; }
p { color: rgb(150,191,124); }
H1.HeaderClassName
{
color: #96BF7C;
}
.AnyTagClassName
{
color: #96BF7C;
}
</style>
background-color css
<style>
a { background-color: #96BF7C; }
a { background-color: rgb(150,191,124); }
div.DivClassName
{
background-color: #96BF7C;
}
.BgClassName
{
background-color: #96BF7C;
}
</style>
border-color css
<style>
span { border-color: #96BF7C; }
span { border-color: rgb(150,191,124); }
td.TdClassName
{
border-color: #96BF7C;
}
.TagClassName
{
border-color: #96BF7C;
}
</style>