Shades of Olivine #99C159
Tints of Olivine #99C159
RGB
CMYK
RGB Variations
Color information
#99C159 (or 0x99C159) is known color: Olivine. HEX triplet: 99, C1 and 59. RGB value is (153,193,89). Sum of RGB (Red+Green+Blue) = 153+193+89=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #99C159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C159 is #663EA6. Grayscale: #A9A9A9. Windows color (decimal): -6700711 or 5882265. OLE color: 5882265.
HSL color Cylindrical-coordinate representation of color #99C159: hue angle of 83.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99C159 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 89 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.24 |
| HSL | 83.08º | 0.46% | 0.55% | - |
| HSV(B) | 83.08º | 0.54% | 0.76% | - |
| XYZ | 34.01 | 45.63 | 16.47 | - |
| YUV | 169.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 89 | 0.21 | 0 | 0.54 | 0.24 | 83.08 | 0.46 | 0.55 |
| Hex | 99 | C1 | 59 | 15 | 0 | 36 | 18 | 53 | 2E | 37 |
| Octal | 231 | 301 | 131 | 25 | 0 | 66 | 30 | 123 | 56 | 67 |
| Binary | 10011001 | 11000001 | 1011001 | 10101 | 0 | 110110 | 11000 | 1010011 | 101110 | 110111 |
Color Harmonies of #99C159
Complementary color
Monochromatic Colors of #99C159
Black with #99C159
Text Example
Text Example
White with #99C159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C159; }
p { color: rgb(153,193,89); }
H1.HeaderClassName
{
color: #99C159;
}
.AnyTagClassName
{
color: #99C159;
}
</style>
background-color css
<style>
a { background-color: #99C159; }
a { background-color: rgb(153,193,89); }
div.DivClassName
{
background-color: #99C159;
}
.BgClassName
{
background-color: #99C159;
}
</style>
border-color css
<style>
span { border-color: #99C159; }
span { border-color: rgb(153,193,89); }
td.TdClassName
{
border-color: #99C159;
}
.TagClassName
{
border-color: #99C159;
}
</style>