Shades of Olivine #99B178
Tints of Olivine #99B178
RGB
CMYK
RGB Variations
Color information
#99B178 (or 0x99B178) is known color: Olivine. HEX triplet: 99, B1 and 78. RGB value is (153,177,120). Sum of RGB (Red+Green+Blue) = 153+177+120=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #99B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B178 is #664E87. Grayscale: #A3A3A3. Windows color (decimal): -6704776 or 7909785. OLE color: 7909785.
HSL color Cylindrical-coordinate representation of color #99B178: hue angle of 85.26º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99B178 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 120 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.31 |
| HSL | 85.26º | 0.27% | 0.58% | - |
| HSV(B) | 85.26º | 0.32% | 0.69% | - |
| XYZ | 32.25 | 39.57 | 23.71 | - |
| YUV | 163.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 120 | 0.14 | 0 | 0.32 | 0.31 | 85.26 | 0.27 | 0.58 |
| Hex | 99 | B1 | 78 | E | 0 | 20 | 1F | 55 | 1B | 3A |
| Octal | 231 | 261 | 170 | 16 | 0 | 40 | 37 | 125 | 33 | 72 |
| Binary | 10011001 | 10110001 | 1111000 | 1110 | 0 | 100000 | 11111 | 1010101 | 11011 | 111010 |
Color Harmonies of #99B178
Complementary color
Monochromatic Colors of #99B178
Black with #99B178
Text Example
Text Example
White with #99B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B178; }
p { color: rgb(153,177,120); }
H1.HeaderClassName
{
color: #99B178;
}
.AnyTagClassName
{
color: #99B178;
}
</style>
background-color css
<style>
a { background-color: #99B178; }
a { background-color: rgb(153,177,120); }
div.DivClassName
{
background-color: #99B178;
}
.BgClassName
{
background-color: #99B178;
}
</style>
border-color css
<style>
span { border-color: #99B178; }
span { border-color: rgb(153,177,120); }
td.TdClassName
{
border-color: #99B178;
}
.TagClassName
{
border-color: #99B178;
}
</style>