Shades of Olivine #98CB6F
Tints of Olivine #98CB6F
RGB
CMYK
RGB Variations
Color information
#98CB6F (or 0x98CB6F) is known color: Olivine. HEX triplet: 98, CB and 6F. RGB value is (152,203,111). Sum of RGB (Red+Green+Blue) = 152+203+111=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB6F is #673490. Grayscale: #B1B1B1. Windows color (decimal): -6763665 or 7326616. OLE color: 7326616.
HSL color Cylindrical-coordinate representation of color #98CB6F: hue angle of 93.26º 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 #98CB6F is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 111 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.20 |
| HSL | 93.26º | 0.47% | 0.62% | - |
| HSV(B) | 93.26º | 0.45% | 0.8% | - |
| XYZ | 37.17 | 50.53 | 22.83 | - |
| YUV | 177.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 111 | 0.25 | 0 | 0.45 | 0.20 | 93.26 | 0.47 | 0.62 |
| Hex | 98 | CB | 6F | 19 | 0 | 2D | 14 | 5D | 2F | 3E |
| Octal | 230 | 313 | 157 | 31 | 0 | 55 | 24 | 135 | 57 | 76 |
| Binary | 10011000 | 11001011 | 1101111 | 11001 | 0 | 101101 | 10100 | 1011101 | 101111 | 111110 |
Color Harmonies of #98CB6F
Complementary color
Monochromatic Colors of #98CB6F
Black with #98CB6F
Text Example
Text Example
White with #98CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB6F; }
p { color: rgb(152,203,111); }
H1.HeaderClassName
{
color: #98CB6F;
}
.AnyTagClassName
{
color: #98CB6F;
}
</style>
background-color css
<style>
a { background-color: #98CB6F; }
a { background-color: rgb(152,203,111); }
div.DivClassName
{
background-color: #98CB6F;
}
.BgClassName
{
background-color: #98CB6F;
}
</style>
border-color css
<style>
span { border-color: #98CB6F; }
span { border-color: rgb(152,203,111); }
td.TdClassName
{
border-color: #98CB6F;
}
.TagClassName
{
border-color: #98CB6F;
}
</style>