Shades of Olivine #96AF80
Tints of Olivine #96AF80
RGB
CMYK
RGB Variations
Color information
#96AF80 (or 0x96AF80) is known color: Olivine. HEX triplet: 96, AF and 80. RGB value is (150,175,128). Sum of RGB (Red+Green+Blue) = 150+175+128=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF80 is #69507F. Grayscale: #A2A2A2. Windows color (decimal): -6901888 or 8433558. OLE color: 8433558.
HSL color Cylindrical-coordinate representation of color #96AF80: hue angle of 91.91º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96AF80 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 128 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.31 |
| HSL | 91.91º | 0.23% | 0.59% | - |
| HSV(B) | 91.91º | 0.27% | 0.69% | - |
| XYZ | 31.8 | 38.7 | 26.22 | - |
| YUV | 162.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 128 | 0.14 | 0 | 0.27 | 0.31 | 91.91 | 0.23 | 0.59 |
| Hex | 96 | AF | 80 | E | 0 | 1B | 1F | 5C | 17 | 3B |
| Octal | 226 | 257 | 200 | 16 | 0 | 33 | 37 | 134 | 27 | 73 |
| Binary | 10010110 | 10101111 | 10000000 | 1110 | 0 | 11011 | 11111 | 1011100 | 10111 | 111011 |
Color Harmonies of #96AF80
Complementary color
Monochromatic Colors of #96AF80
Black with #96AF80
Text Example
Text Example
White with #96AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF80; }
p { color: rgb(150,175,128); }
H1.HeaderClassName
{
color: #96AF80;
}
.AnyTagClassName
{
color: #96AF80;
}
</style>
background-color css
<style>
a { background-color: #96AF80; }
a { background-color: rgb(150,175,128); }
div.DivClassName
{
background-color: #96AF80;
}
.BgClassName
{
background-color: #96AF80;
}
</style>
border-color css
<style>
span { border-color: #96AF80; }
span { border-color: rgb(150,175,128); }
td.TdClassName
{
border-color: #96AF80;
}
.TagClassName
{
border-color: #96AF80;
}
</style>