Shades of Olivine #98C070
Tints of Olivine #98C070
RGB
CMYK
RGB Variations
Color information
#98C070 (or 0x98C070) is known color: Olivine. HEX triplet: 98, C0 and 70. RGB value is (152,192,112). Sum of RGB (Red+Green+Blue) = 152+192+112=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #98C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C070 is #673F8F. Grayscale: #ABABAB. Windows color (decimal): -6766480 or 7389336. OLE color: 7389336.
HSL color Cylindrical-coordinate representation of color #98C070: hue angle of 90º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98C070 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 112 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.25 |
| HSL | 90º | 0.39% | 0.6% | - |
| HSV(B) | 90º | 0.42% | 0.75% | - |
| XYZ | 34.72 | 45.54 | 22.29 | - |
| YUV | 170.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 112 | 0.21 | 0 | 0.42 | 0.25 | 90 | 0.39 | 0.6 |
| Hex | 98 | C0 | 70 | 15 | 0 | 2A | 19 | 5A | 27 | 3C |
| Octal | 230 | 300 | 160 | 25 | 0 | 52 | 31 | 132 | 47 | 74 |
| Binary | 10011000 | 11000000 | 1110000 | 10101 | 0 | 101010 | 11001 | 1011010 | 100111 | 111100 |
Color Harmonies of #98C070
Complementary color
Monochromatic Colors of #98C070
Black with #98C070
Text Example
Text Example
White with #98C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C070; }
p { color: rgb(152,192,112); }
H1.HeaderClassName
{
color: #98C070;
}
.AnyTagClassName
{
color: #98C070;
}
</style>
background-color css
<style>
a { background-color: #98C070; }
a { background-color: rgb(152,192,112); }
div.DivClassName
{
background-color: #98C070;
}
.BgClassName
{
background-color: #98C070;
}
</style>
border-color css
<style>
span { border-color: #98C070; }
span { border-color: rgb(152,192,112); }
td.TdClassName
{
border-color: #98C070;
}
.TagClassName
{
border-color: #98C070;
}
</style>