Shades of Olivine #98CB70
Tints of Olivine #98CB70
RGB
CMYK
RGB Variations
Color information
#98CB70 (or 0x98CB70) is known color: Olivine. HEX triplet: 98, CB and 70. RGB value is (152,203,112). Sum of RGB (Red+Green+Blue) = 152+203+112=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB70 is #67348F. Grayscale: #B1B1B1. Windows color (decimal): -6763664 or 7392152. OLE color: 7392152.
HSL color Cylindrical-coordinate representation of color #98CB70: hue angle of 93.63º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98CB70 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 112 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.20 |
| HSL | 93.63º | 0.47% | 0.62% | - |
| HSV(B) | 93.63º | 0.45% | 0.8% | - |
| XYZ | 37.23 | 50.56 | 23.13 | - |
| YUV | 177.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 112 | 0.25 | 0 | 0.45 | 0.20 | 93.63 | 0.47 | 0.62 |
| Hex | 98 | CB | 70 | 19 | 0 | 2D | 14 | 5E | 2F | 3E |
| Octal | 230 | 313 | 160 | 31 | 0 | 55 | 24 | 136 | 57 | 76 |
| Binary | 10011000 | 11001011 | 1110000 | 11001 | 0 | 101101 | 10100 | 1011110 | 101111 | 111110 |
Color Harmonies of #98CB70
Complementary color
Monochromatic Colors of #98CB70
Black with #98CB70
Text Example
Text Example
White with #98CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB70; }
p { color: rgb(152,203,112); }
H1.HeaderClassName
{
color: #98CB70;
}
.AnyTagClassName
{
color: #98CB70;
}
</style>
background-color css
<style>
a { background-color: #98CB70; }
a { background-color: rgb(152,203,112); }
div.DivClassName
{
background-color: #98CB70;
}
.BgClassName
{
background-color: #98CB70;
}
</style>
border-color css
<style>
span { border-color: #98CB70; }
span { border-color: rgb(152,203,112); }
td.TdClassName
{
border-color: #98CB70;
}
.TagClassName
{
border-color: #98CB70;
}
</style>