Shades of Olivine #96BD6C
Tints of Olivine #96BD6C
RGB
CMYK
RGB Variations
Color information
#96BD6C (or 0x96BD6C) is known color: Olivine. HEX triplet: 96, BD and 6C. RGB value is (150,189,108). Sum of RGB (Red+Green+Blue) = 150+189+108=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD6C is #694293. Grayscale: #A8A8A8. Windows color (decimal): -6898324 or 7126422. OLE color: 7126422.
HSL color Cylindrical-coordinate representation of color #96BD6C: hue angle of 88.89º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96BD6C is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 108 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.26 |
| HSL | 88.89º | 0.38% | 0.58% | - |
| HSV(B) | 88.89º | 0.43% | 0.74% | - |
| XYZ | 33.48 | 43.96 | 20.91 | - |
| YUV | 168.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 108 | 0.21 | 0 | 0.43 | 0.26 | 88.89 | 0.38 | 0.58 |
| Hex | 96 | BD | 6C | 15 | 0 | 2B | 1A | 59 | 26 | 3A |
| Octal | 226 | 275 | 154 | 25 | 0 | 53 | 32 | 131 | 46 | 72 |
| Binary | 10010110 | 10111101 | 1101100 | 10101 | 0 | 101011 | 11010 | 1011001 | 100110 | 111010 |
Color Harmonies of #96BD6C
Complementary color
Monochromatic Colors of #96BD6C
Black with #96BD6C
Text Example
Text Example
White with #96BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD6C; }
p { color: rgb(150,189,108); }
H1.HeaderClassName
{
color: #96BD6C;
}
.AnyTagClassName
{
color: #96BD6C;
}
</style>
background-color css
<style>
a { background-color: #96BD6C; }
a { background-color: rgb(150,189,108); }
div.DivClassName
{
background-color: #96BD6C;
}
.BgClassName
{
background-color: #96BD6C;
}
</style>
border-color css
<style>
span { border-color: #96BD6C; }
span { border-color: rgb(150,189,108); }
td.TdClassName
{
border-color: #96BD6C;
}
.TagClassName
{
border-color: #96BD6C;
}
</style>