Shades of Olivine #99B377
Tints of Olivine #99B377
RGB
CMYK
RGB Variations
Color information
#99B377 (or 0x99B377) is known color: Olivine. HEX triplet: 99, B3 and 77. RGB value is (153,179,119). Sum of RGB (Red+Green+Blue) = 153+179+119=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #99B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B377 is #664C88. Grayscale: #A4A4A4. Windows color (decimal): -6704265 or 7844761. OLE color: 7844761.
HSL color Cylindrical-coordinate representation of color #99B377: hue angle of 86º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99B377 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 119 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.30 |
| HSL | 86º | 0.28% | 0.58% | - |
| HSV(B) | 86º | 0.34% | 0.7% | - |
| XYZ | 32.59 | 40.34 | 23.52 | - |
| YUV | 164.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 119 | 0.15 | 0 | 0.34 | 0.30 | 86 | 0.28 | 0.58 |
| Hex | 99 | B3 | 77 | F | 0 | 22 | 1E | 56 | 1C | 3A |
| Octal | 231 | 263 | 167 | 17 | 0 | 42 | 36 | 126 | 34 | 72 |
| Binary | 10011001 | 10110011 | 1110111 | 1111 | 0 | 100010 | 11110 | 1010110 | 11100 | 111010 |
Color Harmonies of #99B377
Complementary color
Monochromatic Colors of #99B377
Black with #99B377
Text Example
Text Example
White with #99B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B377; }
p { color: rgb(153,179,119); }
H1.HeaderClassName
{
color: #99B377;
}
.AnyTagClassName
{
color: #99B377;
}
</style>
background-color css
<style>
a { background-color: #99B377; }
a { background-color: rgb(153,179,119); }
div.DivClassName
{
background-color: #99B377;
}
.BgClassName
{
background-color: #99B377;
}
</style>
border-color css
<style>
span { border-color: #99B377; }
span { border-color: rgb(153,179,119); }
td.TdClassName
{
border-color: #99B377;
}
.TagClassName
{
border-color: #99B377;
}
</style>