Shades of Olivine #99BC69
Tints of Olivine #99BC69
RGB
CMYK
RGB Variations
Color information
#99BC69 (or 0x99BC69) is known color: Olivine. HEX triplet: 99, BC and 69. RGB value is (153,188,105). Sum of RGB (Red+Green+Blue) = 153+188+105=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC69 is #664396. Grayscale: #A8A8A8. Windows color (decimal): -6701975 or 6929561. OLE color: 6929561.
HSL color Cylindrical-coordinate representation of color #99BC69: hue angle of 85.3º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99BC69 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 105 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.26 |
| HSL | 85.3º | 0.38% | 0.57% | - |
| HSV(B) | 85.3º | 0.44% | 0.74% | - |
| XYZ | 33.67 | 43.76 | 20.04 | - |
| YUV | 168.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 105 | 0.19 | 0 | 0.44 | 0.26 | 85.3 | 0.38 | 0.57 |
| Hex | 99 | BC | 69 | 13 | 0 | 2C | 1A | 55 | 26 | 39 |
| Octal | 231 | 274 | 151 | 23 | 0 | 54 | 32 | 125 | 46 | 71 |
| Binary | 10011001 | 10111100 | 1101001 | 10011 | 0 | 101100 | 11010 | 1010101 | 100110 | 111001 |
Color Harmonies of #99BC69
Complementary color
Monochromatic Colors of #99BC69
Black with #99BC69
Text Example
Text Example
White with #99BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC69; }
p { color: rgb(153,188,105); }
H1.HeaderClassName
{
color: #99BC69;
}
.AnyTagClassName
{
color: #99BC69;
}
</style>
background-color css
<style>
a { background-color: #99BC69; }
a { background-color: rgb(153,188,105); }
div.DivClassName
{
background-color: #99BC69;
}
.BgClassName
{
background-color: #99BC69;
}
</style>
border-color css
<style>
span { border-color: #99BC69; }
span { border-color: rgb(153,188,105); }
td.TdClassName
{
border-color: #99BC69;
}
.TagClassName
{
border-color: #99BC69;
}
</style>