Shades of Olivine #98C36C
Tints of Olivine #98C36C
RGB
CMYK
RGB Variations
Color information
#98C36C (or 0x98C36C) is known color: Olivine. HEX triplet: 98, C3 and 6C. RGB value is (152,195,108). Sum of RGB (Red+Green+Blue) = 152+195+108=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #98C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C36C is #673C93. Grayscale: #ACACAC. Windows color (decimal): -6765716 or 7127960. OLE color: 7127960.
HSL color Cylindrical-coordinate representation of color #98C36C: hue angle of 89.66º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98C36C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 108 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.24 |
| HSL | 89.66º | 0.42% | 0.59% | - |
| HSV(B) | 89.66º | 0.45% | 0.76% | - |
| XYZ | 35.17 | 46.79 | 21.36 | - |
| YUV | 172.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 108 | 0.22 | 0 | 0.45 | 0.24 | 89.66 | 0.42 | 0.59 |
| Hex | 98 | C3 | 6C | 16 | 0 | 2D | 18 | 5A | 2A | 3B |
| Octal | 230 | 303 | 154 | 26 | 0 | 55 | 30 | 132 | 52 | 73 |
| Binary | 10011000 | 11000011 | 1101100 | 10110 | 0 | 101101 | 11000 | 1011010 | 101010 | 111011 |
Color Harmonies of #98C36C
Complementary color
Monochromatic Colors of #98C36C
Black with #98C36C
Text Example
Text Example
White with #98C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C36C; }
p { color: rgb(152,195,108); }
H1.HeaderClassName
{
color: #98C36C;
}
.AnyTagClassName
{
color: #98C36C;
}
</style>
background-color css
<style>
a { background-color: #98C36C; }
a { background-color: rgb(152,195,108); }
div.DivClassName
{
background-color: #98C36C;
}
.BgClassName
{
background-color: #98C36C;
}
</style>
border-color css
<style>
span { border-color: #98C36C; }
span { border-color: rgb(152,195,108); }
td.TdClassName
{
border-color: #98C36C;
}
.TagClassName
{
border-color: #98C36C;
}
</style>