Shades of Olivine #98B580
Tints of Olivine #98B580
RGB
CMYK
RGB Variations
Color information
#98B580 (or 0x98B580) is known color: Olivine. HEX triplet: 98, B5 and 80. RGB value is (152,181,128). Sum of RGB (Red+Green+Blue) = 152+181+128=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #98B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B580 is #674A7F. Grayscale: #A6A6A6. Windows color (decimal): -6769280 or 8435096. OLE color: 8435096.
HSL color Cylindrical-coordinate representation of color #98B580: hue angle of 92.83º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98B580 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 181 | 128 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.29 |
| HSL | 92.83º | 0.26% | 0.61% | - |
| HSV(B) | 92.83º | 0.29% | 0.71% | - |
| XYZ | 33.37 | 41.28 | 26.63 | - |
| YUV | 166.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 181 | 128 | 0.16 | 0 | 0.29 | 0.29 | 92.83 | 0.26 | 0.61 |
| Hex | 98 | B5 | 80 | 10 | 0 | 1D | 1D | 5D | 1A | 3D |
| Octal | 230 | 265 | 200 | 20 | 0 | 35 | 35 | 135 | 32 | 75 |
| Binary | 10011000 | 10110101 | 10000000 | 10000 | 0 | 11101 | 11101 | 1011101 | 11010 | 111101 |
Color Harmonies of #98B580
Complementary color
Monochromatic Colors of #98B580
Black with #98B580
Text Example
Text Example
White with #98B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B580; }
p { color: rgb(152,181,128); }
H1.HeaderClassName
{
color: #98B580;
}
.AnyTagClassName
{
color: #98B580;
}
</style>
background-color css
<style>
a { background-color: #98B580; }
a { background-color: rgb(152,181,128); }
div.DivClassName
{
background-color: #98B580;
}
.BgClassName
{
background-color: #98B580;
}
</style>
border-color css
<style>
span { border-color: #98B580; }
span { border-color: rgb(152,181,128); }
td.TdClassName
{
border-color: #98B580;
}
.TagClassName
{
border-color: #98B580;
}
</style>