Shades of Olivine #99BA77
Tints of Olivine #99BA77
RGB
CMYK
RGB Variations
Color information
#99BA77 (or 0x99BA77) is known color: Olivine. HEX triplet: 99, BA and 77. RGB value is (153,186,119). Sum of RGB (Red+Green+Blue) = 153+186+119=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA77 is #664588. Grayscale: #A8A8A8. Windows color (decimal): -6702473 or 7846553. OLE color: 7846553.
HSL color Cylindrical-coordinate representation of color #99BA77: hue angle of 89.55º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99BA77 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 119 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.27 |
| HSL | 89.55º | 0.33% | 0.6% | - |
| HSV(B) | 89.55º | 0.36% | 0.73% | - |
| XYZ | 34.03 | 43.22 | 24 | - |
| YUV | 168.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 119 | 0.18 | 0 | 0.36 | 0.27 | 89.55 | 0.33 | 0.6 |
| Hex | 99 | BA | 77 | 12 | 0 | 24 | 1B | 5A | 21 | 3C |
| Octal | 231 | 272 | 167 | 22 | 0 | 44 | 33 | 132 | 41 | 74 |
| Binary | 10011001 | 10111010 | 1110111 | 10010 | 0 | 100100 | 11011 | 1011010 | 100001 | 111100 |
Color Harmonies of #99BA77
Complementary color
Monochromatic Colors of #99BA77
Black with #99BA77
Text Example
Text Example
White with #99BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA77; }
p { color: rgb(153,186,119); }
H1.HeaderClassName
{
color: #99BA77;
}
.AnyTagClassName
{
color: #99BA77;
}
</style>
background-color css
<style>
a { background-color: #99BA77; }
a { background-color: rgb(153,186,119); }
div.DivClassName
{
background-color: #99BA77;
}
.BgClassName
{
background-color: #99BA77;
}
</style>
border-color css
<style>
span { border-color: #99BA77; }
span { border-color: rgb(153,186,119); }
td.TdClassName
{
border-color: #99BA77;
}
.TagClassName
{
border-color: #99BA77;
}
</style>