Shades of Olivine #99B07A
Tints of Olivine #99B07A
RGB
CMYK
RGB Variations
Color information
#99B07A (or 0x99B07A) is known color: Olivine. HEX triplet: 99, B0 and 7A. RGB value is (153,176,122). Sum of RGB (Red+Green+Blue) = 153+176+122=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #99B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B07A is #664F85. Grayscale: #A3A3A3. Windows color (decimal): -6705030 or 8040601. OLE color: 8040601.
HSL color Cylindrical-coordinate representation of color #99B07A: hue angle of 85.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B07A is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 122 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.31 |
| HSL | 85.56º | 0.25% | 0.58% | - |
| HSV(B) | 85.56º | 0.31% | 0.69% | - |
| XYZ | 32.18 | 39.23 | 24.29 | - |
| YUV | 162.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 122 | 0.13 | 0 | 0.31 | 0.31 | 85.56 | 0.25 | 0.58 |
| Hex | 99 | B0 | 7A | D | 0 | 1F | 1F | 56 | 19 | 3A |
| Octal | 231 | 260 | 172 | 15 | 0 | 37 | 37 | 126 | 31 | 72 |
| Binary | 10011001 | 10110000 | 1111010 | 1101 | 0 | 11111 | 11111 | 1010110 | 11001 | 111010 |
Color Harmonies of #99B07A
Complementary color
Monochromatic Colors of #99B07A
Black with #99B07A
Text Example
Text Example
White with #99B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B07A; }
p { color: rgb(153,176,122); }
H1.HeaderClassName
{
color: #99B07A;
}
.AnyTagClassName
{
color: #99B07A;
}
</style>
background-color css
<style>
a { background-color: #99B07A; }
a { background-color: rgb(153,176,122); }
div.DivClassName
{
background-color: #99B07A;
}
.BgClassName
{
background-color: #99B07A;
}
</style>
border-color css
<style>
span { border-color: #99B07A; }
span { border-color: rgb(153,176,122); }
td.TdClassName
{
border-color: #99B07A;
}
.TagClassName
{
border-color: #99B07A;
}
</style>