Shades of Olivine #98BF7F
Tints of Olivine #98BF7F
RGB
CMYK
RGB Variations
Color information
#98BF7F (or 0x98BF7F) is known color: Olivine. HEX triplet: 98, BF and 7F. RGB value is (152,191,127). Sum of RGB (Red+Green+Blue) = 152+191+127=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF7F is #674080. Grayscale: #ACACAC. Windows color (decimal): -6766721 or 8372120. OLE color: 8372120.
HSL color Cylindrical-coordinate representation of color #98BF7F: hue angle of 96.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BF7F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 127 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.25 |
| HSL | 96.56º | 0.33% | 0.62% | - |
| HSV(B) | 96.56º | 0.34% | 0.75% | - |
| XYZ | 35.41 | 45.47 | 26.99 | - |
| YUV | 172.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 127 | 0.20 | 0 | 0.34 | 0.25 | 96.56 | 0.33 | 0.62 |
| Hex | 98 | BF | 7F | 14 | 0 | 22 | 19 | 61 | 21 | 3E |
| Octal | 230 | 277 | 177 | 24 | 0 | 42 | 31 | 141 | 41 | 76 |
| Binary | 10011000 | 10111111 | 1111111 | 10100 | 0 | 100010 | 11001 | 1100001 | 100001 | 111110 |
Color Harmonies of #98BF7F
Complementary color
Monochromatic Colors of #98BF7F
Black with #98BF7F
Text Example
Text Example
White with #98BF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BF7F; }
p { color: rgb(152,191,127); }
H1.HeaderClassName
{
color: #98BF7F;
}
.AnyTagClassName
{
color: #98BF7F;
}
</style>
background-color css
<style>
a { background-color: #98BF7F; }
a { background-color: rgb(152,191,127); }
div.DivClassName
{
background-color: #98BF7F;
}
.BgClassName
{
background-color: #98BF7F;
}
</style>
border-color css
<style>
span { border-color: #98BF7F; }
span { border-color: rgb(152,191,127); }
td.TdClassName
{
border-color: #98BF7F;
}
.TagClassName
{
border-color: #98BF7F;
}
</style>