Shades of Olivine #99BD69
Tints of Olivine #99BD69
RGB
CMYK
RGB Variations
Color information
#99BD69 (or 0x99BD69) is known color: Olivine. HEX triplet: 99, BD and 69. RGB value is (153,189,105). Sum of RGB (Red+Green+Blue) = 153+189+105=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD69 is #664296. Grayscale: #A8A8A8. Windows color (decimal): -6701719 or 6929817. OLE color: 6929817.
HSL color Cylindrical-coordinate representation of color #99BD69: hue angle of 85.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99BD69 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 105 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.26 |
| HSL | 85.71º | 0.39% | 0.58% | - |
| HSV(B) | 85.71º | 0.44% | 0.74% | - |
| XYZ | 33.88 | 44.19 | 20.11 | - |
| YUV | 168.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 105 | 0.19 | 0 | 0.44 | 0.26 | 85.71 | 0.39 | 0.58 |
| Hex | 99 | BD | 69 | 13 | 0 | 2C | 1A | 56 | 27 | 3A |
| Octal | 231 | 275 | 151 | 23 | 0 | 54 | 32 | 126 | 47 | 72 |
| Binary | 10011001 | 10111101 | 1101001 | 10011 | 0 | 101100 | 11010 | 1010110 | 100111 | 111010 |
Color Harmonies of #99BD69
Complementary color
Monochromatic Colors of #99BD69
Black with #99BD69
Text Example
Text Example
White with #99BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD69; }
p { color: rgb(153,189,105); }
H1.HeaderClassName
{
color: #99BD69;
}
.AnyTagClassName
{
color: #99BD69;
}
</style>
background-color css
<style>
a { background-color: #99BD69; }
a { background-color: rgb(153,189,105); }
div.DivClassName
{
background-color: #99BD69;
}
.BgClassName
{
background-color: #99BD69;
}
</style>
border-color css
<style>
span { border-color: #99BD69; }
span { border-color: rgb(153,189,105); }
td.TdClassName
{
border-color: #99BD69;
}
.TagClassName
{
border-color: #99BD69;
}
</style>