Shades of Olivine #99BA75
Tints of Olivine #99BA75
RGB
CMYK
RGB Variations
Color information
#99BA75 (or 0x99BA75) is known color: Olivine. HEX triplet: 99, BA and 75. RGB value is (153,186,117). Sum of RGB (Red+Green+Blue) = 153+186+117=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA75 is #66458A. Grayscale: #A8A8A8. Windows color (decimal): -6702475 or 7715481. OLE color: 7715481.
HSL color Cylindrical-coordinate representation of color #99BA75: hue angle of 88.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BA75 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 117 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.27 |
| HSL | 88.7º | 0.33% | 0.59% | - |
| HSV(B) | 88.7º | 0.37% | 0.73% | - |
| XYZ | 33.91 | 43.17 | 23.38 | - |
| YUV | 168.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 117 | 0.18 | 0 | 0.37 | 0.27 | 88.7 | 0.33 | 0.59 |
| Hex | 99 | BA | 75 | 12 | 0 | 25 | 1B | 59 | 21 | 3B |
| Octal | 231 | 272 | 165 | 22 | 0 | 45 | 33 | 131 | 41 | 73 |
| Binary | 10011001 | 10111010 | 1110101 | 10010 | 0 | 100101 | 11011 | 1011001 | 100001 | 111011 |
Color Harmonies of #99BA75
Complementary color
Monochromatic Colors of #99BA75
Black with #99BA75
Text Example
Text Example
White with #99BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA75; }
p { color: rgb(153,186,117); }
H1.HeaderClassName
{
color: #99BA75;
}
.AnyTagClassName
{
color: #99BA75;
}
</style>
background-color css
<style>
a { background-color: #99BA75; }
a { background-color: rgb(153,186,117); }
div.DivClassName
{
background-color: #99BA75;
}
.BgClassName
{
background-color: #99BA75;
}
</style>
border-color css
<style>
span { border-color: #99BA75; }
span { border-color: rgb(153,186,117); }
td.TdClassName
{
border-color: #99BA75;
}
.TagClassName
{
border-color: #99BA75;
}
</style>