Shades of Olivine #99AF7A
Tints of Olivine #99AF7A
RGB
CMYK
RGB Variations
Color information
#99AF7A (or 0x99AF7A) is known color: Olivine. HEX triplet: 99, AF and 7A. RGB value is (153,175,122). Sum of RGB (Red+Green+Blue) = 153+175+122=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF7A is #665085. Grayscale: #A2A2A2. Windows color (decimal): -6705286 or 8040345. OLE color: 8040345.
HSL color Cylindrical-coordinate representation of color #99AF7A: hue angle of 84.91º 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 #99AF7A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 122 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.31 |
| HSL | 84.91º | 0.25% | 0.58% | - |
| HSV(B) | 84.91º | 0.3% | 0.69% | - |
| XYZ | 31.98 | 38.84 | 24.22 | - |
| YUV | 162.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 122 | 0.13 | 0 | 0.30 | 0.31 | 84.91 | 0.25 | 0.58 |
| Hex | 99 | AF | 7A | D | 0 | 1E | 1F | 55 | 19 | 3A |
| Octal | 231 | 257 | 172 | 15 | 0 | 36 | 37 | 125 | 31 | 72 |
| Binary | 10011001 | 10101111 | 1111010 | 1101 | 0 | 11110 | 11111 | 1010101 | 11001 | 111010 |
Color Harmonies of #99AF7A
Complementary color
Monochromatic Colors of #99AF7A
Black with #99AF7A
Text Example
Text Example
White with #99AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF7A; }
p { color: rgb(153,175,122); }
H1.HeaderClassName
{
color: #99AF7A;
}
.AnyTagClassName
{
color: #99AF7A;
}
</style>
background-color css
<style>
a { background-color: #99AF7A; }
a { background-color: rgb(153,175,122); }
div.DivClassName
{
background-color: #99AF7A;
}
.BgClassName
{
background-color: #99AF7A;
}
</style>
border-color css
<style>
span { border-color: #99AF7A; }
span { border-color: rgb(153,175,122); }
td.TdClassName
{
border-color: #99AF7A;
}
.TagClassName
{
border-color: #99AF7A;
}
</style>