Shades of Olivine #99BA78
Tints of Olivine #99BA78
RGB
CMYK
RGB Variations
Color information
#99BA78 (or 0x99BA78) is known color: Olivine. HEX triplet: 99, BA and 78. RGB value is (153,186,120). Sum of RGB (Red+Green+Blue) = 153+186+120=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA78 is #664587. Grayscale: #A8A8A8. Windows color (decimal): -6702472 or 7912089. OLE color: 7912089.
HSL color Cylindrical-coordinate representation of color #99BA78: hue angle of 90º 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 #99BA78 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 120 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.27 |
| HSL | 90º | 0.32% | 0.6% | - |
| HSV(B) | 90º | 0.35% | 0.73% | - |
| XYZ | 34.09 | 43.25 | 24.32 | - |
| YUV | 168.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 120 | 0.18 | 0 | 0.35 | 0.27 | 90 | 0.32 | 0.6 |
| Hex | 99 | BA | 78 | 12 | 0 | 23 | 1B | 5A | 20 | 3C |
| Octal | 231 | 272 | 170 | 22 | 0 | 43 | 33 | 132 | 40 | 74 |
| Binary | 10011001 | 10111010 | 1111000 | 10010 | 0 | 100011 | 11011 | 1011010 | 100000 | 111100 |
Color Harmonies of #99BA78
Complementary color
Monochromatic Colors of #99BA78
Black with #99BA78
Text Example
Text Example
White with #99BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA78; }
p { color: rgb(153,186,120); }
H1.HeaderClassName
{
color: #99BA78;
}
.AnyTagClassName
{
color: #99BA78;
}
</style>
background-color css
<style>
a { background-color: #99BA78; }
a { background-color: rgb(153,186,120); }
div.DivClassName
{
background-color: #99BA78;
}
.BgClassName
{
background-color: #99BA78;
}
</style>
border-color css
<style>
span { border-color: #99BA78; }
span { border-color: rgb(153,186,120); }
td.TdClassName
{
border-color: #99BA78;
}
.TagClassName
{
border-color: #99BA78;
}
</style>