Shades of Olivine #99B766
Tints of Olivine #99B766
RGB
CMYK
RGB Variations
Color information
#99B766 (or 0x99B766) is known color: Olivine. HEX triplet: 99, B7 and 66. RGB value is (153,183,102). Sum of RGB (Red+Green+Blue) = 153+183+102=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #99B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B766 is #664899. Grayscale: #A5A5A5. Windows color (decimal): -6703258 or 6731673. OLE color: 6731673.
HSL color Cylindrical-coordinate representation of color #99B766: hue angle of 82.22º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99B766 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 102 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.28 |
| HSL | 82.22º | 0.36% | 0.56% | - |
| HSV(B) | 82.22º | 0.44% | 0.72% | - |
| XYZ | 32.47 | 41.6 | 18.89 | - |
| YUV | 164.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 102 | 0.16 | 0 | 0.44 | 0.28 | 82.22 | 0.36 | 0.56 |
| Hex | 99 | B7 | 66 | 10 | 0 | 2C | 1C | 52 | 24 | 38 |
| Octal | 231 | 267 | 146 | 20 | 0 | 54 | 34 | 122 | 44 | 70 |
| Binary | 10011001 | 10110111 | 1100110 | 10000 | 0 | 101100 | 11100 | 1010010 | 100100 | 111000 |
Color Harmonies of #99B766
Complementary color
Monochromatic Colors of #99B766
Black with #99B766
Text Example
Text Example
White with #99B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B766; }
p { color: rgb(153,183,102); }
H1.HeaderClassName
{
color: #99B766;
}
.AnyTagClassName
{
color: #99B766;
}
</style>
background-color css
<style>
a { background-color: #99B766; }
a { background-color: rgb(153,183,102); }
div.DivClassName
{
background-color: #99B766;
}
.BgClassName
{
background-color: #99B766;
}
</style>
border-color css
<style>
span { border-color: #99B766; }
span { border-color: rgb(153,183,102); }
td.TdClassName
{
border-color: #99B766;
}
.TagClassName
{
border-color: #99B766;
}
</style>