Shades of Olivine #98B47E
Tints of Olivine #98B47E
RGB
CMYK
RGB Variations
Color information
#98B47E (or 0x98B47E) is known color: Olivine. HEX triplet: 98, B4 and 7E. RGB value is (152,180,126). Sum of RGB (Red+Green+Blue) = 152+180+126=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #98B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B47E is #674B81. Grayscale: #A5A5A5. Windows color (decimal): -6769538 or 8303768. OLE color: 8303768.
HSL color Cylindrical-coordinate representation of color #98B47E: hue angle of 91.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98B47E is Cyan = 0.16, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 180 | 126 | - |
| CMYK | 0.16 | 0 | 0.3 | 0.29 |
| HSL | 91.11º | 0.26% | 0.6% | - |
| HSV(B) | 91.11º | 0.3% | 0.71% | - |
| XYZ | 33.04 | 40.82 | 25.88 | - |
| YUV | 165.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 180 | 126 | 0.16 | 0 | 0.3 | 0.29 | 91.11 | 0.26 | 0.6 |
| Hex | 98 | B4 | 7E | 10 | 0 | 1E | 1D | 5B | 1A | 3C |
| Octal | 230 | 264 | 176 | 20 | 0 | 36 | 35 | 133 | 32 | 74 |
| Binary | 10011000 | 10110100 | 1111110 | 10000 | 0 | 11110 | 11101 | 1011011 | 11010 | 111100 |
Color Harmonies of #98B47E
Complementary color
Monochromatic Colors of #98B47E
Black with #98B47E
Text Example
Text Example
White with #98B47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B47E; }
p { color: rgb(152,180,126); }
H1.HeaderClassName
{
color: #98B47E;
}
.AnyTagClassName
{
color: #98B47E;
}
</style>
background-color css
<style>
a { background-color: #98B47E; }
a { background-color: rgb(152,180,126); }
div.DivClassName
{
background-color: #98B47E;
}
.BgClassName
{
background-color: #98B47E;
}
</style>
border-color css
<style>
span { border-color: #98B47E; }
span { border-color: rgb(152,180,126); }
td.TdClassName
{
border-color: #98B47E;
}
.TagClassName
{
border-color: #98B47E;
}
</style>