Shades of Olivine #98C172
Tints of Olivine #98C172
RGB
CMYK
RGB Variations
Color information
#98C172 (or 0x98C172) is known color: Olivine. HEX triplet: 98, C1 and 72. RGB value is (152,193,114). Sum of RGB (Red+Green+Blue) = 152+193+114=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #98C172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C172 is #673E8D. Grayscale: #ACACAC. Windows color (decimal): -6766222 or 7520664. OLE color: 7520664.
HSL color Cylindrical-coordinate representation of color #98C172: hue angle of 91.14º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98C172 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 114 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.24 |
| HSL | 91.14º | 0.39% | 0.6% | - |
| HSV(B) | 91.14º | 0.41% | 0.76% | - |
| XYZ | 35.06 | 46.03 | 22.96 | - |
| YUV | 171.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 114 | 0.21 | 0 | 0.41 | 0.24 | 91.14 | 0.39 | 0.6 |
| Hex | 98 | C1 | 72 | 15 | 0 | 29 | 18 | 5B | 27 | 3C |
| Octal | 230 | 301 | 162 | 25 | 0 | 51 | 30 | 133 | 47 | 74 |
| Binary | 10011000 | 11000001 | 1110010 | 10101 | 0 | 101001 | 11000 | 1011011 | 100111 | 111100 |
Color Harmonies of #98C172
Complementary color
Monochromatic Colors of #98C172
Black with #98C172
Text Example
Text Example
White with #98C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C172; }
p { color: rgb(152,193,114); }
H1.HeaderClassName
{
color: #98C172;
}
.AnyTagClassName
{
color: #98C172;
}
</style>
background-color css
<style>
a { background-color: #98C172; }
a { background-color: rgb(152,193,114); }
div.DivClassName
{
background-color: #98C172;
}
.BgClassName
{
background-color: #98C172;
}
</style>
border-color css
<style>
span { border-color: #98C172; }
span { border-color: rgb(152,193,114); }
td.TdClassName
{
border-color: #98C172;
}
.TagClassName
{
border-color: #98C172;
}
</style>