Shades of Olivine #99BD7C
Tints of Olivine #99BD7C
RGB
CMYK
RGB Variations
Color information
#99BD7C (or 0x99BD7C) is known color: Olivine. HEX triplet: 99, BD and 7C. RGB value is (153,189,124). Sum of RGB (Red+Green+Blue) = 153+189+124=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD7C is #664283. Grayscale: #ABABAB. Windows color (decimal): -6701700 or 8175001. OLE color: 8175001.
HSL color Cylindrical-coordinate representation of color #99BD7C: hue angle of 93.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99BD7C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 124 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.26 |
| HSL | 93.23º | 0.33% | 0.61% | - |
| HSV(B) | 93.23º | 0.34% | 0.74% | - |
| XYZ | 34.97 | 44.62 | 25.84 | - |
| YUV | 170.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 124 | 0.19 | 0 | 0.34 | 0.26 | 93.23 | 0.33 | 0.61 |
| Hex | 99 | BD | 7C | 13 | 0 | 22 | 1A | 5D | 21 | 3D |
| Octal | 231 | 275 | 174 | 23 | 0 | 42 | 32 | 135 | 41 | 75 |
| Binary | 10011001 | 10111101 | 1111100 | 10011 | 0 | 100010 | 11010 | 1011101 | 100001 | 111101 |
Color Harmonies of #99BD7C
Complementary color
Monochromatic Colors of #99BD7C
Black with #99BD7C
Text Example
Text Example
White with #99BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD7C; }
p { color: rgb(153,189,124); }
H1.HeaderClassName
{
color: #99BD7C;
}
.AnyTagClassName
{
color: #99BD7C;
}
</style>
background-color css
<style>
a { background-color: #99BD7C; }
a { background-color: rgb(153,189,124); }
div.DivClassName
{
background-color: #99BD7C;
}
.BgClassName
{
background-color: #99BD7C;
}
</style>
border-color css
<style>
span { border-color: #99BD7C; }
span { border-color: rgb(153,189,124); }
td.TdClassName
{
border-color: #99BD7C;
}
.TagClassName
{
border-color: #99BD7C;
}
</style>