Shades of Olivine #98B57B
Tints of Olivine #98B57B
RGB
CMYK
RGB Variations
Color information
#98B57B (or 0x98B57B) is known color: Olivine. HEX triplet: 98, B5 and 7B. RGB value is (152,181,123). Sum of RGB (Red+Green+Blue) = 152+181+123=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #98B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B57B is #674A84. Grayscale: #A5A5A5. Windows color (decimal): -6769285 or 8107416. OLE color: 8107416.
HSL color Cylindrical-coordinate representation of color #98B57B: hue angle of 90º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B57B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 181 | 123 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.29 |
| HSL | 90º | 0.28% | 0.6% | - |
| HSV(B) | 90º | 0.32% | 0.71% | - |
| XYZ | 33.05 | 41.15 | 24.94 | - |
| YUV | 165.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 181 | 123 | 0.16 | 0 | 0.32 | 0.29 | 90 | 0.28 | 0.6 |
| Hex | 98 | B5 | 7B | 10 | 0 | 20 | 1D | 5A | 1C | 3C |
| Octal | 230 | 265 | 173 | 20 | 0 | 40 | 35 | 132 | 34 | 74 |
| Binary | 10011000 | 10110101 | 1111011 | 10000 | 0 | 100000 | 11101 | 1011010 | 11100 | 111100 |
Color Harmonies of #98B57B
Complementary color
Monochromatic Colors of #98B57B
Black with #98B57B
Text Example
Text Example
White with #98B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B57B; }
p { color: rgb(152,181,123); }
H1.HeaderClassName
{
color: #98B57B;
}
.AnyTagClassName
{
color: #98B57B;
}
</style>
background-color css
<style>
a { background-color: #98B57B; }
a { background-color: rgb(152,181,123); }
div.DivClassName
{
background-color: #98B57B;
}
.BgClassName
{
background-color: #98B57B;
}
</style>
border-color css
<style>
span { border-color: #98B57B; }
span { border-color: rgb(152,181,123); }
td.TdClassName
{
border-color: #98B57B;
}
.TagClassName
{
border-color: #98B57B;
}
</style>