Shades of Olivine #99C579
Tints of Olivine #99C579
RGB
CMYK
RGB Variations
Color information
#99C579 (or 0x99C579) is known color: Olivine. HEX triplet: 99, C5 and 79. RGB value is (153,197,121). Sum of RGB (Red+Green+Blue) = 153+197+121=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #99C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C579 is #663A86. Grayscale: #AFAFAF. Windows color (decimal): -6699655 or 7980441. OLE color: 7980441.
HSL color Cylindrical-coordinate representation of color #99C579: hue angle of 94.74º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99C579 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 121 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.23 |
| HSL | 94.74º | 0.4% | 0.62% | - |
| HSV(B) | 94.74º | 0.39% | 0.77% | - |
| XYZ | 36.55 | 48.09 | 25.44 | - |
| YUV | 175.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 121 | 0.22 | 0 | 0.39 | 0.23 | 94.74 | 0.4 | 0.62 |
| Hex | 99 | C5 | 79 | 16 | 0 | 27 | 17 | 5F | 28 | 3E |
| Octal | 231 | 305 | 171 | 26 | 0 | 47 | 27 | 137 | 50 | 76 |
| Binary | 10011001 | 11000101 | 1111001 | 10110 | 0 | 100111 | 10111 | 1011111 | 101000 | 111110 |
Color Harmonies of #99C579
Complementary color
Monochromatic Colors of #99C579
Black with #99C579
Text Example
Text Example
White with #99C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C579; }
p { color: rgb(153,197,121); }
H1.HeaderClassName
{
color: #99C579;
}
.AnyTagClassName
{
color: #99C579;
}
</style>
background-color css
<style>
a { background-color: #99C579; }
a { background-color: rgb(153,197,121); }
div.DivClassName
{
background-color: #99C579;
}
.BgClassName
{
background-color: #99C579;
}
</style>
border-color css
<style>
span { border-color: #99C579; }
span { border-color: rgb(153,197,121); }
td.TdClassName
{
border-color: #99C579;
}
.TagClassName
{
border-color: #99C579;
}
</style>