Shades of Olivine #98C37A
Tints of Olivine #98C37A
RGB
CMYK
RGB Variations
Color information
#98C37A (or 0x98C37A) is known color: Olivine. HEX triplet: 98, C3 and 7A. RGB value is (152,195,122). Sum of RGB (Red+Green+Blue) = 152+195+122=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #98C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C37A is #673C85. Grayscale: #AEAEAE. Windows color (decimal): -6765702 or 8045464. OLE color: 8045464.
HSL color Cylindrical-coordinate representation of color #98C37A: hue angle of 95.34º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98C37A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 122 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.24 |
| HSL | 95.34º | 0.38% | 0.62% | - |
| HSV(B) | 95.34º | 0.37% | 0.76% | - |
| XYZ | 35.98 | 47.11 | 25.61 | - |
| YUV | 173.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 122 | 0.22 | 0 | 0.37 | 0.24 | 95.34 | 0.38 | 0.62 |
| Hex | 98 | C3 | 7A | 16 | 0 | 25 | 18 | 5F | 26 | 3E |
| Octal | 230 | 303 | 172 | 26 | 0 | 45 | 30 | 137 | 46 | 76 |
| Binary | 10011000 | 11000011 | 1111010 | 10110 | 0 | 100101 | 11000 | 1011111 | 100110 | 111110 |
Color Harmonies of #98C37A
Complementary color
Monochromatic Colors of #98C37A
Black with #98C37A
Text Example
Text Example
White with #98C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C37A; }
p { color: rgb(152,195,122); }
H1.HeaderClassName
{
color: #98C37A;
}
.AnyTagClassName
{
color: #98C37A;
}
</style>
background-color css
<style>
a { background-color: #98C37A; }
a { background-color: rgb(152,195,122); }
div.DivClassName
{
background-color: #98C37A;
}
.BgClassName
{
background-color: #98C37A;
}
</style>
border-color css
<style>
span { border-color: #98C37A; }
span { border-color: rgb(152,195,122); }
td.TdClassName
{
border-color: #98C37A;
}
.TagClassName
{
border-color: #98C37A;
}
</style>