Shades of Olivine #98B16F
Tints of Olivine #98B16F
RGB
CMYK
RGB Variations
Color information
#98B16F (or 0x98B16F) is known color: Olivine. HEX triplet: 98, B1 and 6F. RGB value is (152,177,111). Sum of RGB (Red+Green+Blue) = 152+177+111=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #98B16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B16F is #674E90. Grayscale: #A2A2A2. Windows color (decimal): -6770321 or 7319960. OLE color: 7319960.
HSL color Cylindrical-coordinate representation of color #98B16F: hue angle of 82.73º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98B16F is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 177 | 111 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.31 |
| HSL | 82.73º | 0.3% | 0.56% | - |
| HSV(B) | 82.73º | 0.37% | 0.69% | - |
| XYZ | 31.54 | 39.27 | 20.96 | - |
| YUV | 162 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 111 | 0.14 | 0 | 0.37 | 0.31 | 82.73 | 0.3 | 0.56 |
| Hex | 98 | B1 | 6F | E | 0 | 25 | 1F | 53 | 1E | 38 |
| Octal | 230 | 261 | 157 | 16 | 0 | 45 | 37 | 123 | 36 | 70 |
| Binary | 10011000 | 10110001 | 1101111 | 1110 | 0 | 100101 | 11111 | 1010011 | 11110 | 111000 |
Color Harmonies of #98B16F
Complementary color
Monochromatic Colors of #98B16F
Black with #98B16F
Text Example
Text Example
White with #98B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B16F; }
p { color: rgb(152,177,111); }
H1.HeaderClassName
{
color: #98B16F;
}
.AnyTagClassName
{
color: #98B16F;
}
</style>
background-color css
<style>
a { background-color: #98B16F; }
a { background-color: rgb(152,177,111); }
div.DivClassName
{
background-color: #98B16F;
}
.BgClassName
{
background-color: #98B16F;
}
</style>
border-color css
<style>
span { border-color: #98B16F; }
span { border-color: rgb(152,177,111); }
td.TdClassName
{
border-color: #98B16F;
}
.TagClassName
{
border-color: #98B16F;
}
</style>