Shades of Olivine #99AC80
Tints of Olivine #99AC80
RGB
CMYK
RGB Variations
Color information
#99AC80 (or 0x99AC80) is known color: Olivine. HEX triplet: 99, AC and 80. RGB value is (153,172,128). Sum of RGB (Red+Green+Blue) = 153+172+128=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC80 is #66537F. Grayscale: #A1A1A1. Windows color (decimal): -6706048 or 8432793. OLE color: 8432793.
HSL color Cylindrical-coordinate representation of color #99AC80: hue angle of 85.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99AC80 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 128 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.33 |
| HSL | 85.91º | 0.21% | 0.59% | - |
| HSV(B) | 85.91º | 0.26% | 0.67% | - |
| XYZ | 31.79 | 37.84 | 26.05 | - |
| YUV | 161.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 128 | 0.11 | 0 | 0.26 | 0.33 | 85.91 | 0.21 | 0.59 |
| Hex | 99 | AC | 80 | B | 0 | 1A | 21 | 56 | 15 | 3B |
| Octal | 231 | 254 | 200 | 13 | 0 | 32 | 41 | 126 | 25 | 73 |
| Binary | 10011001 | 10101100 | 10000000 | 1011 | 0 | 11010 | 100001 | 1010110 | 10101 | 111011 |
Color Harmonies of #99AC80
Complementary color
Monochromatic Colors of #99AC80
Black with #99AC80
Text Example
Text Example
White with #99AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC80; }
p { color: rgb(153,172,128); }
H1.HeaderClassName
{
color: #99AC80;
}
.AnyTagClassName
{
color: #99AC80;
}
</style>
background-color css
<style>
a { background-color: #99AC80; }
a { background-color: rgb(153,172,128); }
div.DivClassName
{
background-color: #99AC80;
}
.BgClassName
{
background-color: #99AC80;
}
</style>
border-color css
<style>
span { border-color: #99AC80; }
span { border-color: rgb(153,172,128); }
td.TdClassName
{
border-color: #99AC80;
}
.TagClassName
{
border-color: #99AC80;
}
</style>