Shades of Olivine #98BC76
Tints of Olivine #98BC76
RGB
CMYK
RGB Variations
Color information
#98BC76 (or 0x98BC76) is known color: Olivine. HEX triplet: 98, BC and 76. RGB value is (152,188,118). Sum of RGB (Red+Green+Blue) = 152+188+118=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC76 is #674389. Grayscale: #A9A9A9. Windows color (decimal): -6767498 or 7781528. OLE color: 7781528.
HSL color Cylindrical-coordinate representation of color #98BC76: hue angle of 90.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BC76 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 118 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.26 |
| HSL | 90.86º | 0.34% | 0.6% | - |
| HSV(B) | 90.86º | 0.37% | 0.74% | - |
| XYZ | 34.2 | 43.95 | 23.82 | - |
| YUV | 169.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 118 | 0.19 | 0 | 0.37 | 0.26 | 90.86 | 0.34 | 0.6 |
| Hex | 98 | BC | 76 | 13 | 0 | 25 | 1A | 5B | 22 | 3C |
| Octal | 230 | 274 | 166 | 23 | 0 | 45 | 32 | 133 | 42 | 74 |
| Binary | 10011000 | 10111100 | 1110110 | 10011 | 0 | 100101 | 11010 | 1011011 | 100010 | 111100 |
Color Harmonies of #98BC76
Complementary color
Monochromatic Colors of #98BC76
Black with #98BC76
Text Example
Text Example
White with #98BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC76; }
p { color: rgb(152,188,118); }
H1.HeaderClassName
{
color: #98BC76;
}
.AnyTagClassName
{
color: #98BC76;
}
</style>
background-color css
<style>
a { background-color: #98BC76; }
a { background-color: rgb(152,188,118); }
div.DivClassName
{
background-color: #98BC76;
}
.BgClassName
{
background-color: #98BC76;
}
</style>
border-color css
<style>
span { border-color: #98BC76; }
span { border-color: rgb(152,188,118); }
td.TdClassName
{
border-color: #98BC76;
}
.TagClassName
{
border-color: #98BC76;
}
</style>