Shades of Olivine #98B077
Tints of Olivine #98B077
RGB
CMYK
RGB Variations
Color information
#98B077 (or 0x98B077) is known color: Olivine. HEX triplet: 98, B0 and 77. RGB value is (152,176,119). Sum of RGB (Red+Green+Blue) = 152+176+119=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #98B077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B077 is #674F88. Grayscale: #A2A2A2. Windows color (decimal): -6770569 or 7843992. OLE color: 7843992.
HSL color Cylindrical-coordinate representation of color #98B077: 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 #98B077 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 176 | 119 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.31 |
| HSL | 85.26º | 0.27% | 0.58% | - |
| HSV(B) | 85.26º | 0.32% | 0.69% | - |
| XYZ | 31.8 | 39.06 | 23.32 | - |
| YUV | 162.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 176 | 119 | 0.14 | 0 | 0.32 | 0.31 | 85.26 | 0.27 | 0.58 |
| Hex | 98 | B0 | 77 | E | 0 | 20 | 1F | 55 | 1B | 3A |
| Octal | 230 | 260 | 167 | 16 | 0 | 40 | 37 | 125 | 33 | 72 |
| Binary | 10011000 | 10110000 | 1110111 | 1110 | 0 | 100000 | 11111 | 1010101 | 11011 | 111010 |
Color Harmonies of #98B077
Complementary color
Monochromatic Colors of #98B077
Black with #98B077
Text Example
Text Example
White with #98B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B077; }
p { color: rgb(152,176,119); }
H1.HeaderClassName
{
color: #98B077;
}
.AnyTagClassName
{
color: #98B077;
}
</style>
background-color css
<style>
a { background-color: #98B077; }
a { background-color: rgb(152,176,119); }
div.DivClassName
{
background-color: #98B077;
}
.BgClassName
{
background-color: #98B077;
}
</style>
border-color css
<style>
span { border-color: #98B077; }
span { border-color: rgb(152,176,119); }
td.TdClassName
{
border-color: #98B077;
}
.TagClassName
{
border-color: #98B077;
}
</style>