Shades of Olivine #99BA71
Tints of Olivine #99BA71
RGB
CMYK
RGB Variations
Color information
#99BA71 (or 0x99BA71) is known color: Olivine. HEX triplet: 99, BA and 71. RGB value is (153,186,113). Sum of RGB (Red+Green+Blue) = 153+186+113=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA71 is #66458E. Grayscale: #A8A8A8. Windows color (decimal): -6702479 or 7453337. OLE color: 7453337.
HSL color Cylindrical-coordinate representation of color #99BA71: hue angle of 87.12º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BA71 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 113 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.27 |
| HSL | 87.12º | 0.35% | 0.59% | - |
| HSV(B) | 87.12º | 0.39% | 0.73% | - |
| XYZ | 33.68 | 43.08 | 22.16 | - |
| YUV | 167.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 113 | 0.18 | 0 | 0.39 | 0.27 | 87.12 | 0.35 | 0.59 |
| Hex | 99 | BA | 71 | 12 | 0 | 27 | 1B | 57 | 23 | 3B |
| Octal | 231 | 272 | 161 | 22 | 0 | 47 | 33 | 127 | 43 | 73 |
| Binary | 10011001 | 10111010 | 1110001 | 10010 | 0 | 100111 | 11011 | 1010111 | 100011 | 111011 |
Color Harmonies of #99BA71
Complementary color
Monochromatic Colors of #99BA71
Black with #99BA71
Text Example
Text Example
White with #99BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA71; }
p { color: rgb(153,186,113); }
H1.HeaderClassName
{
color: #99BA71;
}
.AnyTagClassName
{
color: #99BA71;
}
</style>
background-color css
<style>
a { background-color: #99BA71; }
a { background-color: rgb(153,186,113); }
div.DivClassName
{
background-color: #99BA71;
}
.BgClassName
{
background-color: #99BA71;
}
</style>
border-color css
<style>
span { border-color: #99BA71; }
span { border-color: rgb(153,186,113); }
td.TdClassName
{
border-color: #99BA71;
}
.TagClassName
{
border-color: #99BA71;
}
</style>