Shades of Olivine #98C27D
Tints of Olivine #98C27D
RGB
CMYK
RGB Variations
Color information
#98C27D (or 0x98C27D) is known color: Olivine. HEX triplet: 98, C2 and 7D. RGB value is (152,194,125). Sum of RGB (Red+Green+Blue) = 152+194+125=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #98C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C27D is #673D82. Grayscale: #ADADAD. Windows color (decimal): -6765955 or 8241816. OLE color: 8241816.
HSL color Cylindrical-coordinate representation of color #98C27D: hue angle of 96.52º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C27D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 125 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.24 |
| HSL | 96.52º | 0.36% | 0.63% | - |
| HSV(B) | 96.52º | 0.36% | 0.76% | - |
| XYZ | 35.94 | 46.74 | 26.53 | - |
| YUV | 173.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 125 | 0.22 | 0 | 0.36 | 0.24 | 96.52 | 0.36 | 0.63 |
| Hex | 98 | C2 | 7D | 16 | 0 | 24 | 18 | 61 | 24 | 3F |
| Octal | 230 | 302 | 175 | 26 | 0 | 44 | 30 | 141 | 44 | 77 |
| Binary | 10011000 | 11000010 | 1111101 | 10110 | 0 | 100100 | 11000 | 1100001 | 100100 | 111111 |
Color Harmonies of #98C27D
Complementary color
Monochromatic Colors of #98C27D
Black with #98C27D
Text Example
Text Example
White with #98C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C27D; }
p { color: rgb(152,194,125); }
H1.HeaderClassName
{
color: #98C27D;
}
.AnyTagClassName
{
color: #98C27D;
}
</style>
background-color css
<style>
a { background-color: #98C27D; }
a { background-color: rgb(152,194,125); }
div.DivClassName
{
background-color: #98C27D;
}
.BgClassName
{
background-color: #98C27D;
}
</style>
border-color css
<style>
span { border-color: #98C27D; }
span { border-color: rgb(152,194,125); }
td.TdClassName
{
border-color: #98C27D;
}
.TagClassName
{
border-color: #98C27D;
}
</style>