Shades of Olivine #99AA7C
Tints of Olivine #99AA7C
RGB
CMYK
RGB Variations
Color information
#99AA7C (or 0x99AA7C) is known color: Olivine. HEX triplet: 99, AA and 7C. RGB value is (153,170,124). Sum of RGB (Red+Green+Blue) = 153+170+124=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA7C is #665583. Grayscale: #9F9F9F. Windows color (decimal): -6706564 or 8170137. OLE color: 8170137.
HSL color Cylindrical-coordinate representation of color #99AA7C: hue angle of 82.17º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99AA7C is Cyan = 0.1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 124 | - |
| CMYK | 0.1 | 0 | 0.27 | 0.33 |
| HSL | 82.17º | 0.21% | 0.58% | - |
| HSV(B) | 82.17º | 0.27% | 0.67% | - |
| XYZ | 31.15 | 36.98 | 24.56 | - |
| YUV | 159.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 124 | 0.1 | 0 | 0.27 | 0.33 | 82.17 | 0.21 | 0.58 |
| Hex | 99 | AA | 7C | A | 0 | 1B | 21 | 52 | 15 | 3A |
| Octal | 231 | 252 | 174 | 12 | 0 | 33 | 41 | 122 | 25 | 72 |
| Binary | 10011001 | 10101010 | 1111100 | 1010 | 0 | 11011 | 100001 | 1010010 | 10101 | 111010 |
Color Harmonies of #99AA7C
Complementary color
Monochromatic Colors of #99AA7C
Black with #99AA7C
Text Example
Text Example
White with #99AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA7C; }
p { color: rgb(153,170,124); }
H1.HeaderClassName
{
color: #99AA7C;
}
.AnyTagClassName
{
color: #99AA7C;
}
</style>
background-color css
<style>
a { background-color: #99AA7C; }
a { background-color: rgb(153,170,124); }
div.DivClassName
{
background-color: #99AA7C;
}
.BgClassName
{
background-color: #99AA7C;
}
</style>
border-color css
<style>
span { border-color: #99AA7C; }
span { border-color: rgb(153,170,124); }
td.TdClassName
{
border-color: #99AA7C;
}
.TagClassName
{
border-color: #99AA7C;
}
</style>