Shades of Olivine #99BE71
Tints of Olivine #99BE71
RGB
CMYK
RGB Variations
Color information
#99BE71 (or 0x99BE71) is known color: Olivine. HEX triplet: 99, BE and 71. RGB value is (153,190,113). Sum of RGB (Red+Green+Blue) = 153+190+113=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE71 is #66418E. Grayscale: #AAAAAA. Windows color (decimal): -6701455 or 7454361. OLE color: 7454361.
HSL color Cylindrical-coordinate representation of color #99BE71: hue angle of 88.83º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99BE71 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 113 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.25 |
| HSL | 88.83º | 0.37% | 0.59% | - |
| HSV(B) | 88.83º | 0.41% | 0.75% | - |
| XYZ | 34.53 | 44.79 | 22.45 | - |
| YUV | 170.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 113 | 0.19 | 0 | 0.41 | 0.25 | 88.83 | 0.37 | 0.59 |
| Hex | 99 | BE | 71 | 13 | 0 | 29 | 19 | 59 | 25 | 3B |
| Octal | 231 | 276 | 161 | 23 | 0 | 51 | 31 | 131 | 45 | 73 |
| Binary | 10011001 | 10111110 | 1110001 | 10011 | 0 | 101001 | 11001 | 1011001 | 100101 | 111011 |
Color Harmonies of #99BE71
Complementary color
Monochromatic Colors of #99BE71
Black with #99BE71
Text Example
Text Example
White with #99BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE71; }
p { color: rgb(153,190,113); }
H1.HeaderClassName
{
color: #99BE71;
}
.AnyTagClassName
{
color: #99BE71;
}
</style>
background-color css
<style>
a { background-color: #99BE71; }
a { background-color: rgb(153,190,113); }
div.DivClassName
{
background-color: #99BE71;
}
.BgClassName
{
background-color: #99BE71;
}
</style>
border-color css
<style>
span { border-color: #99BE71; }
span { border-color: rgb(153,190,113); }
td.TdClassName
{
border-color: #99BE71;
}
.TagClassName
{
border-color: #99BE71;
}
</style>