Shades of Olivine #98C373
Tints of Olivine #98C373
RGB
CMYK
RGB Variations
Color information
#98C373 (or 0x98C373) is known color: Olivine. HEX triplet: 98, C3 and 73. RGB value is (152,195,115). Sum of RGB (Red+Green+Blue) = 152+195+115=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #98C373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C373 is #673C8C. Grayscale: #ADADAD. Windows color (decimal): -6765709 or 7586712. OLE color: 7586712.
HSL color Cylindrical-coordinate representation of color #98C373: hue angle of 92.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98C373 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 115 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.24 |
| HSL | 92.25º | 0.4% | 0.61% | - |
| HSV(B) | 92.25º | 0.41% | 0.76% | - |
| XYZ | 35.56 | 46.94 | 23.41 | - |
| YUV | 173.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 115 | 0.22 | 0 | 0.41 | 0.24 | 92.25 | 0.4 | 0.61 |
| Hex | 98 | C3 | 73 | 16 | 0 | 29 | 18 | 5C | 28 | 3D |
| Octal | 230 | 303 | 163 | 26 | 0 | 51 | 30 | 134 | 50 | 75 |
| Binary | 10011000 | 11000011 | 1110011 | 10110 | 0 | 101001 | 11000 | 1011100 | 101000 | 111101 |
Color Harmonies of #98C373
Complementary color
Monochromatic Colors of #98C373
Black with #98C373
Text Example
Text Example
White with #98C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C373; }
p { color: rgb(152,195,115); }
H1.HeaderClassName
{
color: #98C373;
}
.AnyTagClassName
{
color: #98C373;
}
</style>
background-color css
<style>
a { background-color: #98C373; }
a { background-color: rgb(152,195,115); }
div.DivClassName
{
background-color: #98C373;
}
.BgClassName
{
background-color: #98C373;
}
</style>
border-color css
<style>
span { border-color: #98C373; }
span { border-color: rgb(152,195,115); }
td.TdClassName
{
border-color: #98C373;
}
.TagClassName
{
border-color: #98C373;
}
</style>