Shades of Olivine #99BF73
Tints of Olivine #99BF73
RGB
CMYK
RGB Variations
Color information
#99BF73 (or 0x99BF73) is known color: Olivine. HEX triplet: 99, BF and 73. RGB value is (153,191,115). Sum of RGB (Red+Green+Blue) = 153+191+115=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF73 is #66408C. Grayscale: #ABABAB. Windows color (decimal): -6701197 or 7585689. OLE color: 7585689.
HSL color Cylindrical-coordinate representation of color #99BF73: hue angle of 90º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BF73 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 115 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.25 |
| HSL | 90º | 0.37% | 0.6% | - |
| HSV(B) | 90º | 0.4% | 0.75% | - |
| XYZ | 34.86 | 45.27 | 23.12 | - |
| YUV | 170.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 115 | 0.20 | 0 | 0.40 | 0.25 | 90 | 0.37 | 0.6 |
| Hex | 99 | BF | 73 | 14 | 0 | 28 | 19 | 5A | 25 | 3C |
| Octal | 231 | 277 | 163 | 24 | 0 | 50 | 31 | 132 | 45 | 74 |
| Binary | 10011001 | 10111111 | 1110011 | 10100 | 0 | 101000 | 11001 | 1011010 | 100101 | 111100 |
Color Harmonies of #99BF73
Complementary color
Monochromatic Colors of #99BF73
Black with #99BF73
Text Example
Text Example
White with #99BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF73; }
p { color: rgb(153,191,115); }
H1.HeaderClassName
{
color: #99BF73;
}
.AnyTagClassName
{
color: #99BF73;
}
</style>
background-color css
<style>
a { background-color: #99BF73; }
a { background-color: rgb(153,191,115); }
div.DivClassName
{
background-color: #99BF73;
}
.BgClassName
{
background-color: #99BF73;
}
</style>
border-color css
<style>
span { border-color: #99BF73; }
span { border-color: rgb(153,191,115); }
td.TdClassName
{
border-color: #99BF73;
}
.TagClassName
{
border-color: #99BF73;
}
</style>