Shades of Olivine #99B072
Tints of Olivine #99B072
RGB
CMYK
RGB Variations
Color information
#99B072 (or 0x99B072) is known color: Olivine. HEX triplet: 99, B0 and 72. RGB value is (153,176,114). Sum of RGB (Red+Green+Blue) = 153+176+114=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #99B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B072 is #664F8D. Grayscale: #A2A2A2. Windows color (decimal): -6705038 or 7516313. OLE color: 7516313.
HSL color Cylindrical-coordinate representation of color #99B072: hue angle of 82.26º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B072 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 114 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.31 |
| HSL | 82.26º | 0.28% | 0.57% | - |
| HSV(B) | 82.26º | 0.35% | 0.69% | - |
| XYZ | 31.7 | 39.04 | 21.78 | - |
| YUV | 162.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 114 | 0.13 | 0 | 0.35 | 0.31 | 82.26 | 0.28 | 0.57 |
| Hex | 99 | B0 | 72 | D | 0 | 23 | 1F | 52 | 1C | 39 |
| Octal | 231 | 260 | 162 | 15 | 0 | 43 | 37 | 122 | 34 | 71 |
| Binary | 10011001 | 10110000 | 1110010 | 1101 | 0 | 100011 | 11111 | 1010010 | 11100 | 111001 |
Color Harmonies of #99B072
Complementary color
Monochromatic Colors of #99B072
Black with #99B072
Text Example
Text Example
White with #99B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B072; }
p { color: rgb(153,176,114); }
H1.HeaderClassName
{
color: #99B072;
}
.AnyTagClassName
{
color: #99B072;
}
</style>
background-color css
<style>
a { background-color: #99B072; }
a { background-color: rgb(153,176,114); }
div.DivClassName
{
background-color: #99B072;
}
.BgClassName
{
background-color: #99B072;
}
</style>
border-color css
<style>
span { border-color: #99B072; }
span { border-color: rgb(153,176,114); }
td.TdClassName
{
border-color: #99B072;
}
.TagClassName
{
border-color: #99B072;
}
</style>