Shades of Olivine #98B67A
Tints of Olivine #98B67A
RGB
CMYK
RGB Variations
Color information
#98B67A (or 0x98B67A) is known color: Olivine. HEX triplet: 98, B6 and 7A. RGB value is (152,182,122). Sum of RGB (Red+Green+Blue) = 152+182+122=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #98B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B67A is #674985. Grayscale: #A6A6A6. Windows color (decimal): -6769030 or 8042136. OLE color: 8042136.
HSL color Cylindrical-coordinate representation of color #98B67A: hue angle of 90º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98B67A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 182 | 122 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.29 |
| HSL | 90º | 0.29% | 0.6% | - |
| HSV(B) | 90º | 0.33% | 0.71% | - |
| XYZ | 33.19 | 41.54 | 24.68 | - |
| YUV | 166.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 122 | 0.16 | 0 | 0.33 | 0.29 | 90 | 0.29 | 0.6 |
| Hex | 98 | B6 | 7A | 10 | 0 | 21 | 1D | 5A | 1D | 3C |
| Octal | 230 | 266 | 172 | 20 | 0 | 41 | 35 | 132 | 35 | 74 |
| Binary | 10011000 | 10110110 | 1111010 | 10000 | 0 | 100001 | 11101 | 1011010 | 11101 | 111100 |
Color Harmonies of #98B67A
Complementary color
Monochromatic Colors of #98B67A
Black with #98B67A
Text Example
Text Example
White with #98B67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B67A; }
p { color: rgb(152,182,122); }
H1.HeaderClassName
{
color: #98B67A;
}
.AnyTagClassName
{
color: #98B67A;
}
</style>
background-color css
<style>
a { background-color: #98B67A; }
a { background-color: rgb(152,182,122); }
div.DivClassName
{
background-color: #98B67A;
}
.BgClassName
{
background-color: #98B67A;
}
</style>
border-color css
<style>
span { border-color: #98B67A; }
span { border-color: rgb(152,182,122); }
td.TdClassName
{
border-color: #98B67A;
}
.TagClassName
{
border-color: #98B67A;
}
</style>