Shades of Olivine #98CA65
Tints of Olivine #98CA65
RGB
CMYK
RGB Variations
Color information
#98CA65 (or 0x98CA65) is known color: Olivine. HEX triplet: 98, CA and 65. RGB value is (152,202,101). Sum of RGB (Red+Green+Blue) = 152+202+101=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA65 is #67359A. Grayscale: #AFAFAF. Windows color (decimal): -6763931 or 6671000. OLE color: 6671000.
HSL color Cylindrical-coordinate representation of color #98CA65: hue angle of 89.7º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98CA65 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 101 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.21 |
| HSL | 89.7º | 0.49% | 0.59% | - |
| HSV(B) | 89.7º | 0.5% | 0.79% | - |
| XYZ | 36.42 | 49.86 | 20.02 | - |
| YUV | 175.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 101 | 0.25 | 0 | 0.50 | 0.21 | 89.7 | 0.49 | 0.59 |
| Hex | 98 | CA | 65 | 19 | 0 | 32 | 15 | 5A | 31 | 3B |
| Octal | 230 | 312 | 145 | 31 | 0 | 62 | 25 | 132 | 61 | 73 |
| Binary | 10011000 | 11001010 | 1100101 | 11001 | 0 | 110010 | 10101 | 1011010 | 110001 | 111011 |
Color Harmonies of #98CA65
Complementary color
Monochromatic Colors of #98CA65
Black with #98CA65
Text Example
Text Example
White with #98CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA65; }
p { color: rgb(152,202,101); }
H1.HeaderClassName
{
color: #98CA65;
}
.AnyTagClassName
{
color: #98CA65;
}
</style>
background-color css
<style>
a { background-color: #98CA65; }
a { background-color: rgb(152,202,101); }
div.DivClassName
{
background-color: #98CA65;
}
.BgClassName
{
background-color: #98CA65;
}
</style>
border-color css
<style>
span { border-color: #98CA65; }
span { border-color: rgb(152,202,101); }
td.TdClassName
{
border-color: #98CA65;
}
.TagClassName
{
border-color: #98CA65;
}
</style>