Shades of Olivine #99C16D
Tints of Olivine #99C16D
RGB
CMYK
RGB Variations
Color information
#99C16D (or 0x99C16D) is known color: Olivine. HEX triplet: 99, C1 and 6D. RGB value is (153,193,109). Sum of RGB (Red+Green+Blue) = 153+193+109=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #99C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C16D is #663E92. Grayscale: #ABABAB. Windows color (decimal): -6700691 or 7192985. OLE color: 7192985.
HSL color Cylindrical-coordinate representation of color #99C16D: hue angle of 88.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99C16D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 109 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.24 |
| HSL | 88.57º | 0.4% | 0.59% | - |
| HSV(B) | 88.57º | 0.44% | 0.76% | - |
| XYZ | 34.97 | 46.02 | 21.51 | - |
| YUV | 171.46 | 92.75 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 109 | 0.21 | 0 | 0.44 | 0.24 | 88.57 | 0.4 | 0.59 |
| Hex | 99 | C1 | 6D | 15 | 0 | 2C | 18 | 59 | 28 | 3B |
| Octal | 231 | 301 | 155 | 25 | 0 | 54 | 30 | 131 | 50 | 73 |
| Binary | 10011001 | 11000001 | 1101101 | 10101 | 0 | 101100 | 11000 | 1011001 | 101000 | 111011 |
Color Harmonies of #99C16D
Complementary color
Monochromatic Colors of #99C16D
Black with #99C16D
Text Example
Text Example
White with #99C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C16D; }
p { color: rgb(153,193,109); }
H1.HeaderClassName
{
color: #99C16D;
}
.AnyTagClassName
{
color: #99C16D;
}
</style>
background-color css
<style>
a { background-color: #99C16D; }
a { background-color: rgb(153,193,109); }
div.DivClassName
{
background-color: #99C16D;
}
.BgClassName
{
background-color: #99C16D;
}
</style>
border-color css
<style>
span { border-color: #99C16D; }
span { border-color: rgb(153,193,109); }
td.TdClassName
{
border-color: #99C16D;
}
.TagClassName
{
border-color: #99C16D;
}
</style>