Shades of Olivine #99C776
Tints of Olivine #99C776
RGB
CMYK
RGB Variations
Color information
#99C776 (or 0x99C776) is known color: Olivine. HEX triplet: 99, C7 and 76. RGB value is (153,199,118). Sum of RGB (Red+Green+Blue) = 153+199+118=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #99C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C776 is #663889. Grayscale: #B0B0B0. Windows color (decimal): -6699146 or 7784345. OLE color: 7784345.
HSL color Cylindrical-coordinate representation of color #99C776: hue angle of 94.07º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99C776 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 118 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.22 |
| HSL | 94.07º | 0.42% | 0.62% | - |
| HSV(B) | 94.07º | 0.41% | 0.78% | - |
| XYZ | 36.83 | 48.93 | 24.64 | - |
| YUV | 176.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 118 | 0.23 | 0 | 0.41 | 0.22 | 94.07 | 0.42 | 0.62 |
| Hex | 99 | C7 | 76 | 17 | 0 | 29 | 16 | 5E | 2A | 3E |
| Octal | 231 | 307 | 166 | 27 | 0 | 51 | 26 | 136 | 52 | 76 |
| Binary | 10011001 | 11000111 | 1110110 | 10111 | 0 | 101001 | 10110 | 1011110 | 101010 | 111110 |
Color Harmonies of #99C776
Complementary color
Monochromatic Colors of #99C776
Black with #99C776
Text Example
Text Example
White with #99C776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C776; }
p { color: rgb(153,199,118); }
H1.HeaderClassName
{
color: #99C776;
}
.AnyTagClassName
{
color: #99C776;
}
</style>
background-color css
<style>
a { background-color: #99C776; }
a { background-color: rgb(153,199,118); }
div.DivClassName
{
background-color: #99C776;
}
.BgClassName
{
background-color: #99C776;
}
</style>
border-color css
<style>
span { border-color: #99C776; }
span { border-color: rgb(153,199,118); }
td.TdClassName
{
border-color: #99C776;
}
.TagClassName
{
border-color: #99C776;
}
</style>