Shades of Olivine #99B271
Tints of Olivine #99B271
RGB
CMYK
RGB Variations
Color information
#99B271 (or 0x99B271) is known color: Olivine. HEX triplet: 99, B2 and 71. RGB value is (153,178,113). Sum of RGB (Red+Green+Blue) = 153+178+113=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #99B271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B271 is #664D8E. Grayscale: #A3A3A3. Windows color (decimal): -6704527 or 7451289. OLE color: 7451289.
HSL color Cylindrical-coordinate representation of color #99B271: hue angle of 83.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99B271 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 113 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.30 |
| HSL | 83.08º | 0.3% | 0.57% | - |
| HSV(B) | 83.08º | 0.37% | 0.7% | - |
| XYZ | 32.04 | 39.81 | 21.62 | - |
| YUV | 163.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 113 | 0.14 | 0 | 0.37 | 0.30 | 83.08 | 0.3 | 0.57 |
| Hex | 99 | B2 | 71 | E | 0 | 25 | 1E | 53 | 1E | 39 |
| Octal | 231 | 262 | 161 | 16 | 0 | 45 | 36 | 123 | 36 | 71 |
| Binary | 10011001 | 10110010 | 1110001 | 1110 | 0 | 100101 | 11110 | 1010011 | 11110 | 111001 |
Color Harmonies of #99B271
Complementary color
Monochromatic Colors of #99B271
Black with #99B271
Text Example
Text Example
White with #99B271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B271; }
p { color: rgb(153,178,113); }
H1.HeaderClassName
{
color: #99B271;
}
.AnyTagClassName
{
color: #99B271;
}
</style>
background-color css
<style>
a { background-color: #99B271; }
a { background-color: rgb(153,178,113); }
div.DivClassName
{
background-color: #99B271;
}
.BgClassName
{
background-color: #99B271;
}
</style>
border-color css
<style>
span { border-color: #99B271; }
span { border-color: rgb(153,178,113); }
td.TdClassName
{
border-color: #99B271;
}
.TagClassName
{
border-color: #99B271;
}
</style>