Shades of Olivine #99C376
Tints of Olivine #99C376
RGB
CMYK
RGB Variations
Color information
#99C376 (or 0x99C376) is known color: Olivine. HEX triplet: 99, C3 and 76. RGB value is (153,195,118). Sum of RGB (Red+Green+Blue) = 153+195+118=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #99C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C376 is #663C89. Grayscale: #ADADAD. Windows color (decimal): -6700170 or 7783321. OLE color: 7783321.
HSL color Cylindrical-coordinate representation of color #99C376: hue angle of 92.73º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99C376 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 118 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.24 |
| HSL | 92.73º | 0.39% | 0.61% | - |
| HSV(B) | 92.73º | 0.39% | 0.76% | - |
| XYZ | 35.92 | 47.11 | 24.34 | - |
| YUV | 173.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 118 | 0.22 | 0 | 0.39 | 0.24 | 92.73 | 0.39 | 0.61 |
| Hex | 99 | C3 | 76 | 16 | 0 | 27 | 18 | 5D | 27 | 3D |
| Octal | 231 | 303 | 166 | 26 | 0 | 47 | 30 | 135 | 47 | 75 |
| Binary | 10011001 | 11000011 | 1110110 | 10110 | 0 | 100111 | 11000 | 1011101 | 100111 | 111101 |
Color Harmonies of #99C376
Complementary color
Monochromatic Colors of #99C376
Black with #99C376
Text Example
Text Example
White with #99C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C376; }
p { color: rgb(153,195,118); }
H1.HeaderClassName
{
color: #99C376;
}
.AnyTagClassName
{
color: #99C376;
}
</style>
background-color css
<style>
a { background-color: #99C376; }
a { background-color: rgb(153,195,118); }
div.DivClassName
{
background-color: #99C376;
}
.BgClassName
{
background-color: #99C376;
}
</style>
border-color css
<style>
span { border-color: #99C376; }
span { border-color: rgb(153,195,118); }
td.TdClassName
{
border-color: #99C376;
}
.TagClassName
{
border-color: #99C376;
}
</style>