Shades of Olivine #99B376
Tints of Olivine #99B376
RGB
CMYK
RGB Variations
Color information
#99B376 (or 0x99B376) is known color: Olivine. HEX triplet: 99, B3 and 76. RGB value is (153,179,118). Sum of RGB (Red+Green+Blue) = 153+179+118=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #99B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B376 is #664C89. Grayscale: #A4A4A4. Windows color (decimal): -6704266 or 7779225. OLE color: 7779225.
HSL color Cylindrical-coordinate representation of color #99B376: hue angle of 85.57º degrees, saturation: 0.29, 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 #99B376 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 118 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.30 |
| HSL | 85.57º | 0.29% | 0.58% | - |
| HSV(B) | 85.57º | 0.34% | 0.7% | - |
| XYZ | 32.53 | 40.32 | 23.21 | - |
| YUV | 164.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 118 | 0.15 | 0 | 0.34 | 0.30 | 85.57 | 0.29 | 0.58 |
| Hex | 99 | B3 | 76 | F | 0 | 22 | 1E | 56 | 1D | 3A |
| Octal | 231 | 263 | 166 | 17 | 0 | 42 | 36 | 126 | 35 | 72 |
| Binary | 10011001 | 10110011 | 1110110 | 1111 | 0 | 100010 | 11110 | 1010110 | 11101 | 111010 |
Color Harmonies of #99B376
Complementary color
Monochromatic Colors of #99B376
Black with #99B376
Text Example
Text Example
White with #99B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B376; }
p { color: rgb(153,179,118); }
H1.HeaderClassName
{
color: #99B376;
}
.AnyTagClassName
{
color: #99B376;
}
</style>
background-color css
<style>
a { background-color: #99B376; }
a { background-color: rgb(153,179,118); }
div.DivClassName
{
background-color: #99B376;
}
.BgClassName
{
background-color: #99B376;
}
</style>
border-color css
<style>
span { border-color: #99B376; }
span { border-color: rgb(153,179,118); }
td.TdClassName
{
border-color: #99B376;
}
.TagClassName
{
border-color: #99B376;
}
</style>