Shades of Olivine #99C377
Tints of Olivine #99C377
RGB
CMYK
RGB Variations
Color information
#99C377 (or 0x99C377) is known color: Olivine. HEX triplet: 99, C3 and 77. RGB value is (153,195,119). Sum of RGB (Red+Green+Blue) = 153+195+119=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #99C377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C377 is #663C88. Grayscale: #AEAEAE. Windows color (decimal): -6700169 or 7848857. OLE color: 7848857.
HSL color Cylindrical-coordinate representation of color #99C377: hue angle of 93.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99C377 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 119 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.24 |
| HSL | 93.16º | 0.39% | 0.62% | - |
| HSV(B) | 93.16º | 0.39% | 0.76% | - |
| XYZ | 35.98 | 47.13 | 24.65 | - |
| YUV | 173.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 119 | 0.22 | 0 | 0.39 | 0.24 | 93.16 | 0.39 | 0.62 |
| Hex | 99 | C3 | 77 | 16 | 0 | 27 | 18 | 5D | 27 | 3E |
| Octal | 231 | 303 | 167 | 26 | 0 | 47 | 30 | 135 | 47 | 76 |
| Binary | 10011001 | 11000011 | 1110111 | 10110 | 0 | 100111 | 11000 | 1011101 | 100111 | 111110 |
Color Harmonies of #99C377
Complementary color
Monochromatic Colors of #99C377
Black with #99C377
Text Example
Text Example
White with #99C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C377; }
p { color: rgb(153,195,119); }
H1.HeaderClassName
{
color: #99C377;
}
.AnyTagClassName
{
color: #99C377;
}
</style>
background-color css
<style>
a { background-color: #99C377; }
a { background-color: rgb(153,195,119); }
div.DivClassName
{
background-color: #99C377;
}
.BgClassName
{
background-color: #99C377;
}
</style>
border-color css
<style>
span { border-color: #99C377; }
span { border-color: rgb(153,195,119); }
td.TdClassName
{
border-color: #99C377;
}
.TagClassName
{
border-color: #99C377;
}
</style>