Shades of Olivine #96BD7D
Tints of Olivine #96BD7D
RGB
CMYK
RGB Variations
Color information
#96BD7D (or 0x96BD7D) is known color: Olivine. HEX triplet: 96, BD and 7D. RGB value is (150,189,125). Sum of RGB (Red+Green+Blue) = 150+189+125=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD7D is #694282. Grayscale: #AAAAAA. Windows color (decimal): -6898307 or 8240534. OLE color: 8240534.
HSL color Cylindrical-coordinate representation of color #96BD7D: hue angle of 96.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96BD7D is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 125 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.26 |
| HSL | 96.56º | 0.33% | 0.62% | - |
| HSV(B) | 96.56º | 0.34% | 0.74% | - |
| XYZ | 34.48 | 44.36 | 26.15 | - |
| YUV | 170.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 125 | 0.21 | 0 | 0.34 | 0.26 | 96.56 | 0.33 | 0.62 |
| Hex | 96 | BD | 7D | 15 | 0 | 22 | 1A | 61 | 21 | 3E |
| Octal | 226 | 275 | 175 | 25 | 0 | 42 | 32 | 141 | 41 | 76 |
| Binary | 10010110 | 10111101 | 1111101 | 10101 | 0 | 100010 | 11010 | 1100001 | 100001 | 111110 |
Color Harmonies of #96BD7D
Complementary color
Monochromatic Colors of #96BD7D
Black with #96BD7D
Text Example
Text Example
White with #96BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD7D; }
p { color: rgb(150,189,125); }
H1.HeaderClassName
{
color: #96BD7D;
}
.AnyTagClassName
{
color: #96BD7D;
}
</style>
background-color css
<style>
a { background-color: #96BD7D; }
a { background-color: rgb(150,189,125); }
div.DivClassName
{
background-color: #96BD7D;
}
.BgClassName
{
background-color: #96BD7D;
}
</style>
border-color css
<style>
span { border-color: #96BD7D; }
span { border-color: rgb(150,189,125); }
td.TdClassName
{
border-color: #96BD7D;
}
.TagClassName
{
border-color: #96BD7D;
}
</style>