Shades of Olivine #96AD6A
Tints of Olivine #96AD6A
RGB
CMYK
RGB Variations
Color information
#96AD6A (or 0x96AD6A) is known color: Olivine. HEX triplet: 96, AD and 6A. RGB value is (150,173,106). Sum of RGB (Red+Green+Blue) = 150+173+106=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD6A is #695295. Grayscale: #9E9E9E. Windows color (decimal): -6902422 or 6991254. OLE color: 6991254.
HSL color Cylindrical-coordinate representation of color #96AD6A: hue angle of 80.6º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96AD6A is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 106 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.32 |
| HSL | 80.6º | 0.29% | 0.55% | - |
| HSV(B) | 80.6º | 0.39% | 0.68% | - |
| XYZ | 30.12 | 37.41 | 19.27 | - |
| YUV | 158.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 106 | 0.13 | 0 | 0.39 | 0.32 | 80.6 | 0.29 | 0.55 |
| Hex | 96 | AD | 6A | D | 0 | 27 | 20 | 51 | 1D | 37 |
| Octal | 226 | 255 | 152 | 15 | 0 | 47 | 40 | 121 | 35 | 67 |
| Binary | 10010110 | 10101101 | 1101010 | 1101 | 0 | 100111 | 100000 | 1010001 | 11101 | 110111 |
Color Harmonies of #96AD6A
Complementary color
Monochromatic Colors of #96AD6A
Black with #96AD6A
Text Example
Text Example
White with #96AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD6A; }
p { color: rgb(150,173,106); }
H1.HeaderClassName
{
color: #96AD6A;
}
.AnyTagClassName
{
color: #96AD6A;
}
</style>
background-color css
<style>
a { background-color: #96AD6A; }
a { background-color: rgb(150,173,106); }
div.DivClassName
{
background-color: #96AD6A;
}
.BgClassName
{
background-color: #96AD6A;
}
</style>
border-color css
<style>
span { border-color: #96AD6A; }
span { border-color: rgb(150,173,106); }
td.TdClassName
{
border-color: #96AD6A;
}
.TagClassName
{
border-color: #96AD6A;
}
</style>