Shades of Olivine #99BB79
Tints of Olivine #99BB79
RGB
CMYK
RGB Variations
Color information
#99BB79 (or 0x99BB79) is known color: Olivine. HEX triplet: 99, BB and 79. RGB value is (153,187,121). Sum of RGB (Red+Green+Blue) = 153+187+121=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB79 is #664486. Grayscale: #A9A9A9. Windows color (decimal): -6702215 or 7977881. OLE color: 7977881.
HSL color Cylindrical-coordinate representation of color #99BB79: hue angle of 90.91º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99BB79 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 121 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.27 |
| HSL | 90.91º | 0.33% | 0.6% | - |
| HSV(B) | 90.91º | 0.35% | 0.73% | - |
| XYZ | 34.36 | 43.69 | 24.71 | - |
| YUV | 169.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 121 | 0.18 | 0 | 0.35 | 0.27 | 90.91 | 0.33 | 0.6 |
| Hex | 99 | BB | 79 | 12 | 0 | 23 | 1B | 5B | 21 | 3C |
| Octal | 231 | 273 | 171 | 22 | 0 | 43 | 33 | 133 | 41 | 74 |
| Binary | 10011001 | 10111011 | 1111001 | 10010 | 0 | 100011 | 11011 | 1011011 | 100001 | 111100 |
Color Harmonies of #99BB79
Complementary color
Monochromatic Colors of #99BB79
Black with #99BB79
Text Example
Text Example
White with #99BB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB79; }
p { color: rgb(153,187,121); }
H1.HeaderClassName
{
color: #99BB79;
}
.AnyTagClassName
{
color: #99BB79;
}
</style>
background-color css
<style>
a { background-color: #99BB79; }
a { background-color: rgb(153,187,121); }
div.DivClassName
{
background-color: #99BB79;
}
.BgClassName
{
background-color: #99BB79;
}
</style>
border-color css
<style>
span { border-color: #99BB79; }
span { border-color: rgb(153,187,121); }
td.TdClassName
{
border-color: #99BB79;
}
.TagClassName
{
border-color: #99BB79;
}
</style>