Shades of Olivine #99B47A
Tints of Olivine #99B47A
RGB
CMYK
RGB Variations
Color information
#99B47A (or 0x99B47A) is known color: Olivine. HEX triplet: 99, B4 and 7A. RGB value is (153,180,122). Sum of RGB (Red+Green+Blue) = 153+180+122=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #99B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B47A is #664B85. Grayscale: #A5A5A5. Windows color (decimal): -6704006 or 8041625. OLE color: 8041625.
HSL color Cylindrical-coordinate representation of color #99B47A: hue angle of 87.93º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99B47A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 122 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.29 |
| HSL | 87.93º | 0.28% | 0.59% | - |
| HSV(B) | 87.93º | 0.32% | 0.71% | - |
| XYZ | 32.97 | 40.82 | 24.55 | - |
| YUV | 165.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 122 | 0.15 | 0 | 0.32 | 0.29 | 87.93 | 0.28 | 0.59 |
| Hex | 99 | B4 | 7A | F | 0 | 20 | 1D | 58 | 1C | 3B |
| Octal | 231 | 264 | 172 | 17 | 0 | 40 | 35 | 130 | 34 | 73 |
| Binary | 10011001 | 10110100 | 1111010 | 1111 | 0 | 100000 | 11101 | 1011000 | 11100 | 111011 |
Color Harmonies of #99B47A
Complementary color
Monochromatic Colors of #99B47A
Black with #99B47A
Text Example
Text Example
White with #99B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B47A; }
p { color: rgb(153,180,122); }
H1.HeaderClassName
{
color: #99B47A;
}
.AnyTagClassName
{
color: #99B47A;
}
</style>
background-color css
<style>
a { background-color: #99B47A; }
a { background-color: rgb(153,180,122); }
div.DivClassName
{
background-color: #99B47A;
}
.BgClassName
{
background-color: #99B47A;
}
</style>
border-color css
<style>
span { border-color: #99B47A; }
span { border-color: rgb(153,180,122); }
td.TdClassName
{
border-color: #99B47A;
}
.TagClassName
{
border-color: #99B47A;
}
</style>