Shades of Olivine #99BF75
Tints of Olivine #99BF75
RGB
CMYK
RGB Variations
Color information
#99BF75 (or 0x99BF75) is known color: Olivine. HEX triplet: 99, BF and 75. RGB value is (153,191,117). Sum of RGB (Red+Green+Blue) = 153+191+117=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF75 is #66408A. Grayscale: #ABABAB. Windows color (decimal): -6701195 or 7716761. OLE color: 7716761.
HSL color Cylindrical-coordinate representation of color #99BF75: hue angle of 90.81º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BF75 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 117 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.25 |
| HSL | 90.81º | 0.37% | 0.6% | - |
| HSV(B) | 90.81º | 0.39% | 0.75% | - |
| XYZ | 34.98 | 45.32 | 23.73 | - |
| YUV | 171.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 117 | 0.20 | 0 | 0.39 | 0.25 | 90.81 | 0.37 | 0.6 |
| Hex | 99 | BF | 75 | 14 | 0 | 27 | 19 | 5B | 25 | 3C |
| Octal | 231 | 277 | 165 | 24 | 0 | 47 | 31 | 133 | 45 | 74 |
| Binary | 10011001 | 10111111 | 1110101 | 10100 | 0 | 100111 | 11001 | 1011011 | 100101 | 111100 |
Color Harmonies of #99BF75
Complementary color
Monochromatic Colors of #99BF75
Black with #99BF75
Text Example
Text Example
White with #99BF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF75; }
p { color: rgb(153,191,117); }
H1.HeaderClassName
{
color: #99BF75;
}
.AnyTagClassName
{
color: #99BF75;
}
</style>
background-color css
<style>
a { background-color: #99BF75; }
a { background-color: rgb(153,191,117); }
div.DivClassName
{
background-color: #99BF75;
}
.BgClassName
{
background-color: #99BF75;
}
</style>
border-color css
<style>
span { border-color: #99BF75; }
span { border-color: rgb(153,191,117); }
td.TdClassName
{
border-color: #99BF75;
}
.TagClassName
{
border-color: #99BF75;
}
</style>