Shades of Olivine #99BA79
Tints of Olivine #99BA79
RGB
CMYK
RGB Variations
Color information
#99BA79 (or 0x99BA79) is known color: Olivine. HEX triplet: 99, BA and 79. RGB value is (153,186,121). Sum of RGB (Red+Green+Blue) = 153+186+121=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA79 is #664586. Grayscale: #A8A8A8. Windows color (decimal): -6702471 or 7977625. OLE color: 7977625.
HSL color Cylindrical-coordinate representation of color #99BA79: hue angle of 90.46º degrees, saturation: 0.32, 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 #99BA79 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 121 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.27 |
| HSL | 90.46º | 0.32% | 0.6% | - |
| HSV(B) | 90.46º | 0.35% | 0.73% | - |
| XYZ | 34.15 | 43.27 | 24.64 | - |
| YUV | 168.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 121 | 0.18 | 0 | 0.35 | 0.27 | 90.46 | 0.32 | 0.6 |
| Hex | 99 | BA | 79 | 12 | 0 | 23 | 1B | 5A | 20 | 3C |
| Octal | 231 | 272 | 171 | 22 | 0 | 43 | 33 | 132 | 40 | 74 |
| Binary | 10011001 | 10111010 | 1111001 | 10010 | 0 | 100011 | 11011 | 1011010 | 100000 | 111100 |
Color Harmonies of #99BA79
Complementary color
Monochromatic Colors of #99BA79
Black with #99BA79
Text Example
Text Example
White with #99BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA79; }
p { color: rgb(153,186,121); }
H1.HeaderClassName
{
color: #99BA79;
}
.AnyTagClassName
{
color: #99BA79;
}
</style>
background-color css
<style>
a { background-color: #99BA79; }
a { background-color: rgb(153,186,121); }
div.DivClassName
{
background-color: #99BA79;
}
.BgClassName
{
background-color: #99BA79;
}
</style>
border-color css
<style>
span { border-color: #99BA79; }
span { border-color: rgb(153,186,121); }
td.TdClassName
{
border-color: #99BA79;
}
.TagClassName
{
border-color: #99BA79;
}
</style>