Shades of Olivine #99C659
Tints of Olivine #99C659
RGB
CMYK
RGB Variations
Color information
#99C659 (or 0x99C659) is known color: Olivine. HEX triplet: 99, C6 and 59. RGB value is (153,198,89). Sum of RGB (Red+Green+Blue) = 153+198+89=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #99C659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C659 is #6639A6. Grayscale: #ACACAC. Windows color (decimal): -6699431 or 5883545. OLE color: 5883545.
HSL color Cylindrical-coordinate representation of color #99C659: hue angle of 84.77º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99C659 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 89 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.22 |
| HSL | 84.77º | 0.49% | 0.56% | - |
| HSV(B) | 84.77º | 0.55% | 0.78% | - |
| XYZ | 35.13 | 47.88 | 16.84 | - |
| YUV | 172.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 89 | 0.23 | 0 | 0.55 | 0.22 | 84.77 | 0.49 | 0.56 |
| Hex | 99 | C6 | 59 | 17 | 0 | 37 | 16 | 55 | 31 | 38 |
| Octal | 231 | 306 | 131 | 27 | 0 | 67 | 26 | 125 | 61 | 70 |
| Binary | 10011001 | 11000110 | 1011001 | 10111 | 0 | 110111 | 10110 | 1010101 | 110001 | 111000 |
Color Harmonies of #99C659
Complementary color
Monochromatic Colors of #99C659
Black with #99C659
Text Example
Text Example
White with #99C659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C659; }
p { color: rgb(153,198,89); }
H1.HeaderClassName
{
color: #99C659;
}
.AnyTagClassName
{
color: #99C659;
}
</style>
background-color css
<style>
a { background-color: #99C659; }
a { background-color: rgb(153,198,89); }
div.DivClassName
{
background-color: #99C659;
}
.BgClassName
{
background-color: #99C659;
}
</style>
border-color css
<style>
span { border-color: #99C659; }
span { border-color: rgb(153,198,89); }
td.TdClassName
{
border-color: #99C659;
}
.TagClassName
{
border-color: #99C659;
}
</style>