Shades of Olivine #99B379
Tints of Olivine #99B379
RGB
CMYK
RGB Variations
Color information
#99B379 (or 0x99B379) is known color: Olivine. HEX triplet: 99, B3 and 79. RGB value is (153,179,121). Sum of RGB (Red+Green+Blue) = 153+179+121=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #99B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B379 is #664C86. Grayscale: #A4A4A4. Windows color (decimal): -6704263 or 7975833. OLE color: 7975833.
HSL color Cylindrical-coordinate representation of color #99B379: hue angle of 86.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99B379 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 121 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.30 |
| HSL | 86.9º | 0.28% | 0.59% | - |
| HSV(B) | 86.9º | 0.32% | 0.7% | - |
| XYZ | 32.71 | 40.39 | 24.16 | - |
| YUV | 164.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 121 | 0.15 | 0 | 0.32 | 0.30 | 86.9 | 0.28 | 0.59 |
| Hex | 99 | B3 | 79 | F | 0 | 20 | 1E | 57 | 1C | 3B |
| Octal | 231 | 263 | 171 | 17 | 0 | 40 | 36 | 127 | 34 | 73 |
| Binary | 10011001 | 10110011 | 1111001 | 1111 | 0 | 100000 | 11110 | 1010111 | 11100 | 111011 |
Color Harmonies of #99B379
Complementary color
Monochromatic Colors of #99B379
Black with #99B379
Text Example
Text Example
White with #99B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B379; }
p { color: rgb(153,179,121); }
H1.HeaderClassName
{
color: #99B379;
}
.AnyTagClassName
{
color: #99B379;
}
</style>
background-color css
<style>
a { background-color: #99B379; }
a { background-color: rgb(153,179,121); }
div.DivClassName
{
background-color: #99B379;
}
.BgClassName
{
background-color: #99B379;
}
</style>
border-color css
<style>
span { border-color: #99B379; }
span { border-color: rgb(153,179,121); }
td.TdClassName
{
border-color: #99B379;
}
.TagClassName
{
border-color: #99B379;
}
</style>