Shades of Olivine #98C367
Tints of Olivine #98C367
RGB
CMYK
RGB Variations
Color information
#98C367 (or 0x98C367) is known color: Olivine. HEX triplet: 98, C3 and 67. RGB value is (152,195,103). Sum of RGB (Red+Green+Blue) = 152+195+103=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #98C367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C367 is #673C98. Grayscale: #ABABAB. Windows color (decimal): -6765721 or 6800280. OLE color: 6800280.
HSL color Cylindrical-coordinate representation of color #98C367: hue angle of 88.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98C367 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 103 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.24 |
| HSL | 88.04º | 0.43% | 0.58% | - |
| HSV(B) | 88.04º | 0.47% | 0.76% | - |
| XYZ | 34.91 | 46.68 | 20 | - |
| YUV | 171.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 103 | 0.22 | 0 | 0.47 | 0.24 | 88.04 | 0.43 | 0.58 |
| Hex | 98 | C3 | 67 | 16 | 0 | 2F | 18 | 58 | 2B | 3A |
| Octal | 230 | 303 | 147 | 26 | 0 | 57 | 30 | 130 | 53 | 72 |
| Binary | 10011000 | 11000011 | 1100111 | 10110 | 0 | 101111 | 11000 | 1011000 | 101011 | 111010 |
Color Harmonies of #98C367
Complementary color
Monochromatic Colors of #98C367
Black with #98C367
Text Example
Text Example
White with #98C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C367; }
p { color: rgb(152,195,103); }
H1.HeaderClassName
{
color: #98C367;
}
.AnyTagClassName
{
color: #98C367;
}
</style>
background-color css
<style>
a { background-color: #98C367; }
a { background-color: rgb(152,195,103); }
div.DivClassName
{
background-color: #98C367;
}
.BgClassName
{
background-color: #98C367;
}
</style>
border-color css
<style>
span { border-color: #98C367; }
span { border-color: rgb(152,195,103); }
td.TdClassName
{
border-color: #98C367;
}
.TagClassName
{
border-color: #98C367;
}
</style>