Shades of Olivine #98B66A
Tints of Olivine #98B66A
RGB
CMYK
RGB Variations
Color information
#98B66A (or 0x98B66A) is known color: Olivine. HEX triplet: 98, B6 and 6A. RGB value is (152,182,106). Sum of RGB (Red+Green+Blue) = 152+182+106=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #98B66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B66A is #674995. Grayscale: #A4A4A4. Windows color (decimal): -6769046 or 6993560. OLE color: 6993560.
HSL color Cylindrical-coordinate representation of color #98B66A: hue angle of 83.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98B66A is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 182 | 106 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.29 |
| HSL | 83.68º | 0.34% | 0.56% | - |
| HSV(B) | 83.68º | 0.42% | 0.71% | - |
| XYZ | 32.28 | 41.17 | 19.88 | - |
| YUV | 164.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 106 | 0.16 | 0 | 0.42 | 0.29 | 83.68 | 0.34 | 0.56 |
| Hex | 98 | B6 | 6A | 10 | 0 | 2A | 1D | 54 | 22 | 38 |
| Octal | 230 | 266 | 152 | 20 | 0 | 52 | 35 | 124 | 42 | 70 |
| Binary | 10011000 | 10110110 | 1101010 | 10000 | 0 | 101010 | 11101 | 1010100 | 100010 | 111000 |
Color Harmonies of #98B66A
Complementary color
Monochromatic Colors of #98B66A
Black with #98B66A
Text Example
Text Example
White with #98B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B66A; }
p { color: rgb(152,182,106); }
H1.HeaderClassName
{
color: #98B66A;
}
.AnyTagClassName
{
color: #98B66A;
}
</style>
background-color css
<style>
a { background-color: #98B66A; }
a { background-color: rgb(152,182,106); }
div.DivClassName
{
background-color: #98B66A;
}
.BgClassName
{
background-color: #98B66A;
}
</style>
border-color css
<style>
span { border-color: #98B66A; }
span { border-color: rgb(152,182,106); }
td.TdClassName
{
border-color: #98B66A;
}
.TagClassName
{
border-color: #98B66A;
}
</style>