Shades of Olivine #99B176
Tints of Olivine #99B176
RGB
CMYK
RGB Variations
Color information
#99B176 (or 0x99B176) is known color: Olivine. HEX triplet: 99, B1 and 76. RGB value is (153,177,118). Sum of RGB (Red+Green+Blue) = 153+177+118=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #99B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B176 is #664E89. Grayscale: #A3A3A3. Windows color (decimal): -6704778 or 7778713. OLE color: 7778713.
HSL color Cylindrical-coordinate representation of color #99B176: hue angle of 84.41º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B176 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 118 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.31 |
| HSL | 84.41º | 0.27% | 0.58% | - |
| HSV(B) | 84.41º | 0.33% | 0.69% | - |
| XYZ | 32.13 | 39.52 | 23.08 | - |
| YUV | 163.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 118 | 0.14 | 0 | 0.33 | 0.31 | 84.41 | 0.27 | 0.58 |
| Hex | 99 | B1 | 76 | E | 0 | 21 | 1F | 54 | 1B | 3A |
| Octal | 231 | 261 | 166 | 16 | 0 | 41 | 37 | 124 | 33 | 72 |
| Binary | 10011001 | 10110001 | 1110110 | 1110 | 0 | 100001 | 11111 | 1010100 | 11011 | 111010 |
Color Harmonies of #99B176
Complementary color
Monochromatic Colors of #99B176
Black with #99B176
Text Example
Text Example
White with #99B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B176; }
p { color: rgb(153,177,118); }
H1.HeaderClassName
{
color: #99B176;
}
.AnyTagClassName
{
color: #99B176;
}
</style>
background-color css
<style>
a { background-color: #99B176; }
a { background-color: rgb(153,177,118); }
div.DivClassName
{
background-color: #99B176;
}
.BgClassName
{
background-color: #99B176;
}
</style>
border-color css
<style>
span { border-color: #99B176; }
span { border-color: rgb(153,177,118); }
td.TdClassName
{
border-color: #99B176;
}
.TagClassName
{
border-color: #99B176;
}
</style>