Shades of Olivine #98C07A
Tints of Olivine #98C07A
RGB
CMYK
RGB Variations
Color information
#98C07A (or 0x98C07A) is known color: Olivine. HEX triplet: 98, C0 and 7A. RGB value is (152,192,122). Sum of RGB (Red+Green+Blue) = 152+192+122=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #98C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C07A is #673F85. Grayscale: #ACACAC. Windows color (decimal): -6766470 or 8044696. OLE color: 8044696.
HSL color Cylindrical-coordinate representation of color #98C07A: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C07A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 122 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.25 |
| HSL | 94.29º | 0.36% | 0.62% | - |
| HSV(B) | 94.29º | 0.36% | 0.75% | - |
| XYZ | 35.31 | 45.78 | 25.39 | - |
| YUV | 172.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 122 | 0.21 | 0 | 0.36 | 0.25 | 94.29 | 0.36 | 0.62 |
| Hex | 98 | C0 | 7A | 15 | 0 | 24 | 19 | 5E | 24 | 3E |
| Octal | 230 | 300 | 172 | 25 | 0 | 44 | 31 | 136 | 44 | 76 |
| Binary | 10011000 | 11000000 | 1111010 | 10101 | 0 | 100100 | 11001 | 1011110 | 100100 | 111110 |
Color Harmonies of #98C07A
Complementary color
Monochromatic Colors of #98C07A
Black with #98C07A
Text Example
Text Example
White with #98C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C07A; }
p { color: rgb(152,192,122); }
H1.HeaderClassName
{
color: #98C07A;
}
.AnyTagClassName
{
color: #98C07A;
}
</style>
background-color css
<style>
a { background-color: #98C07A; }
a { background-color: rgb(152,192,122); }
div.DivClassName
{
background-color: #98C07A;
}
.BgClassName
{
background-color: #98C07A;
}
</style>
border-color css
<style>
span { border-color: #98C07A; }
span { border-color: rgb(152,192,122); }
td.TdClassName
{
border-color: #98C07A;
}
.TagClassName
{
border-color: #98C07A;
}
</style>