Shades of Olivine #99BD7F
Tints of Olivine #99BD7F
RGB
CMYK
RGB Variations
Color information
#99BD7F (or 0x99BD7F) is known color: Olivine. HEX triplet: 99, BD and 7F. RGB value is (153,189,127). Sum of RGB (Red+Green+Blue) = 153+189+127=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD7F is #664280. Grayscale: #ABABAB. Windows color (decimal): -6701697 or 8371609. OLE color: 8371609.
HSL color Cylindrical-coordinate representation of color #99BD7F: hue angle of 94.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99BD7F is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 127 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.26 |
| HSL | 94.84º | 0.32% | 0.62% | - |
| HSV(B) | 94.84º | 0.33% | 0.74% | - |
| XYZ | 35.17 | 44.7 | 26.85 | - |
| YUV | 171.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 127 | 0.19 | 0 | 0.33 | 0.26 | 94.84 | 0.32 | 0.62 |
| Hex | 99 | BD | 7F | 13 | 0 | 21 | 1A | 5F | 20 | 3E |
| Octal | 231 | 275 | 177 | 23 | 0 | 41 | 32 | 137 | 40 | 76 |
| Binary | 10011001 | 10111101 | 1111111 | 10011 | 0 | 100001 | 11010 | 1011111 | 100000 | 111110 |
Color Harmonies of #99BD7F
Complementary color
Monochromatic Colors of #99BD7F
Black with #99BD7F
Text Example
Text Example
White with #99BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD7F; }
p { color: rgb(153,189,127); }
H1.HeaderClassName
{
color: #99BD7F;
}
.AnyTagClassName
{
color: #99BD7F;
}
</style>
background-color css
<style>
a { background-color: #99BD7F; }
a { background-color: rgb(153,189,127); }
div.DivClassName
{
background-color: #99BD7F;
}
.BgClassName
{
background-color: #99BD7F;
}
</style>
border-color css
<style>
span { border-color: #99BD7F; }
span { border-color: rgb(153,189,127); }
td.TdClassName
{
border-color: #99BD7F;
}
.TagClassName
{
border-color: #99BD7F;
}
</style>