Shades of Olivine #98C27A
Tints of Olivine #98C27A
RGB
CMYK
RGB Variations
Color information
#98C27A (or 0x98C27A) is known color: Olivine. HEX triplet: 98, C2 and 7A. RGB value is (152,194,122). Sum of RGB (Red+Green+Blue) = 152+194+122=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #98C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C27A is #673D85. Grayscale: #ADADAD. Windows color (decimal): -6765958 or 8045208. OLE color: 8045208.
HSL color Cylindrical-coordinate representation of color #98C27A: hue angle of 95º degrees, saturation: 0.37, 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 #98C27A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 122 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.24 |
| HSL | 95º | 0.37% | 0.62% | - |
| HSV(B) | 95º | 0.37% | 0.76% | - |
| XYZ | 35.75 | 46.66 | 25.54 | - |
| YUV | 173.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 122 | 0.22 | 0 | 0.37 | 0.24 | 95 | 0.37 | 0.62 |
| Hex | 98 | C2 | 7A | 16 | 0 | 25 | 18 | 5F | 25 | 3E |
| Octal | 230 | 302 | 172 | 26 | 0 | 45 | 30 | 137 | 45 | 76 |
| Binary | 10011000 | 11000010 | 1111010 | 10110 | 0 | 100101 | 11000 | 1011111 | 100101 | 111110 |
Color Harmonies of #98C27A
Complementary color
Monochromatic Colors of #98C27A
Black with #98C27A
Text Example
Text Example
White with #98C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C27A; }
p { color: rgb(152,194,122); }
H1.HeaderClassName
{
color: #98C27A;
}
.AnyTagClassName
{
color: #98C27A;
}
</style>
background-color css
<style>
a { background-color: #98C27A; }
a { background-color: rgb(152,194,122); }
div.DivClassName
{
background-color: #98C27A;
}
.BgClassName
{
background-color: #98C27A;
}
</style>
border-color css
<style>
span { border-color: #98C27A; }
span { border-color: rgb(152,194,122); }
td.TdClassName
{
border-color: #98C27A;
}
.TagClassName
{
border-color: #98C27A;
}
</style>