Shades of Olivine #99B770
Tints of Olivine #99B770
RGB
CMYK
RGB Variations
Color information
#99B770 (or 0x99B770) is known color: Olivine. HEX triplet: 99, B7 and 70. RGB value is (153,183,112). Sum of RGB (Red+Green+Blue) = 153+183+112=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #99B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B770 is #66488F. Grayscale: #A6A6A6. Windows color (decimal): -6703248 or 7387033. OLE color: 7387033.
HSL color Cylindrical-coordinate representation of color #99B770: hue angle of 85.35º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99B770 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 112 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.28 |
| HSL | 85.35º | 0.33% | 0.58% | - |
| HSV(B) | 85.35º | 0.39% | 0.72% | - |
| XYZ | 32.99 | 41.81 | 21.66 | - |
| YUV | 165.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 112 | 0.16 | 0 | 0.39 | 0.28 | 85.35 | 0.33 | 0.58 |
| Hex | 99 | B7 | 70 | 10 | 0 | 27 | 1C | 55 | 21 | 3A |
| Octal | 231 | 267 | 160 | 20 | 0 | 47 | 34 | 125 | 41 | 72 |
| Binary | 10011001 | 10110111 | 1110000 | 10000 | 0 | 100111 | 11100 | 1010101 | 100001 | 111010 |
Color Harmonies of #99B770
Complementary color
Monochromatic Colors of #99B770
Black with #99B770
Text Example
Text Example
White with #99B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B770; }
p { color: rgb(153,183,112); }
H1.HeaderClassName
{
color: #99B770;
}
.AnyTagClassName
{
color: #99B770;
}
</style>
background-color css
<style>
a { background-color: #99B770; }
a { background-color: rgb(153,183,112); }
div.DivClassName
{
background-color: #99B770;
}
.BgClassName
{
background-color: #99B770;
}
</style>
border-color css
<style>
span { border-color: #99B770; }
span { border-color: rgb(153,183,112); }
td.TdClassName
{
border-color: #99B770;
}
.TagClassName
{
border-color: #99B770;
}
</style>