Shades of Olivine #99B76B
Tints of Olivine #99B76B
RGB
CMYK
RGB Variations
Color information
#99B76B (or 0x99B76B) is known color: Olivine. HEX triplet: 99, B7 and 6B. RGB value is (153,183,107). Sum of RGB (Red+Green+Blue) = 153+183+107=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #99B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B76B is #664894. Grayscale: #A5A5A5. Windows color (decimal): -6703253 or 7059353. OLE color: 7059353.
HSL color Cylindrical-coordinate representation of color #99B76B: hue angle of 83.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99B76B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 107 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.28 |
| HSL | 83.68º | 0.35% | 0.57% | - |
| HSV(B) | 83.68º | 0.42% | 0.72% | - |
| XYZ | 32.72 | 41.7 | 20.23 | - |
| YUV | 165.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 107 | 0.16 | 0 | 0.42 | 0.28 | 83.68 | 0.35 | 0.57 |
| Hex | 99 | B7 | 6B | 10 | 0 | 2A | 1C | 54 | 23 | 39 |
| Octal | 231 | 267 | 153 | 20 | 0 | 52 | 34 | 124 | 43 | 71 |
| Binary | 10011001 | 10110111 | 1101011 | 10000 | 0 | 101010 | 11100 | 1010100 | 100011 | 111001 |
Color Harmonies of #99B76B
Complementary color
Monochromatic Colors of #99B76B
Black with #99B76B
Text Example
Text Example
White with #99B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B76B; }
p { color: rgb(153,183,107); }
H1.HeaderClassName
{
color: #99B76B;
}
.AnyTagClassName
{
color: #99B76B;
}
</style>
background-color css
<style>
a { background-color: #99B76B; }
a { background-color: rgb(153,183,107); }
div.DivClassName
{
background-color: #99B76B;
}
.BgClassName
{
background-color: #99B76B;
}
</style>
border-color css
<style>
span { border-color: #99B76B; }
span { border-color: rgb(153,183,107); }
td.TdClassName
{
border-color: #99B76B;
}
.TagClassName
{
border-color: #99B76B;
}
</style>