Shades of Olivine #96AF7B
Tints of Olivine #96AF7B
RGB
CMYK
RGB Variations
Color information
#96AF7B (or 0x96AF7B) is known color: Olivine. HEX triplet: 96, AF and 7B. RGB value is (150,175,123). Sum of RGB (Red+Green+Blue) = 150+175+123=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF7B is #695084. Grayscale: #A1A1A1. Windows color (decimal): -6901893 or 8105878. OLE color: 8105878.
HSL color Cylindrical-coordinate representation of color #96AF7B: hue angle of 88.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96AF7B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 123 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.31 |
| HSL | 88.85º | 0.25% | 0.58% | - |
| HSV(B) | 88.85º | 0.3% | 0.69% | - |
| XYZ | 31.48 | 38.57 | 24.53 | - |
| YUV | 161.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 123 | 0.14 | 0 | 0.30 | 0.31 | 88.85 | 0.25 | 0.58 |
| Hex | 96 | AF | 7B | E | 0 | 1E | 1F | 59 | 19 | 3A |
| Octal | 226 | 257 | 173 | 16 | 0 | 36 | 37 | 131 | 31 | 72 |
| Binary | 10010110 | 10101111 | 1111011 | 1110 | 0 | 11110 | 11111 | 1011001 | 11001 | 111010 |
Color Harmonies of #96AF7B
Complementary color
Monochromatic Colors of #96AF7B
Black with #96AF7B
Text Example
Text Example
White with #96AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF7B; }
p { color: rgb(150,175,123); }
H1.HeaderClassName
{
color: #96AF7B;
}
.AnyTagClassName
{
color: #96AF7B;
}
</style>
background-color css
<style>
a { background-color: #96AF7B; }
a { background-color: rgb(150,175,123); }
div.DivClassName
{
background-color: #96AF7B;
}
.BgClassName
{
background-color: #96AF7B;
}
</style>
border-color css
<style>
span { border-color: #96AF7B; }
span { border-color: rgb(150,175,123); }
td.TdClassName
{
border-color: #96AF7B;
}
.TagClassName
{
border-color: #96AF7B;
}
</style>