Shades of Olivine #97B868
Tints of Olivine #97B868
RGB
CMYK
RGB Variations
Color information
#97B868 (or 0x97B868) is known color: Olivine. HEX triplet: 97, B8 and 68. RGB value is (151,184,104). Sum of RGB (Red+Green+Blue) = 151+184+104=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #97B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B868 is #684797. Grayscale: #A5A5A5. Windows color (decimal): -6834072 or 6862999. OLE color: 6862999.
HSL color Cylindrical-coordinate representation of color #97B868: hue angle of 84.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97B868 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 184 | 104 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.28 |
| HSL | 84.75º | 0.36% | 0.56% | - |
| HSV(B) | 84.75º | 0.43% | 0.72% | - |
| XYZ | 32.4 | 41.86 | 19.47 | - |
| YUV | 165.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 104 | 0.18 | 0 | 0.43 | 0.28 | 84.75 | 0.36 | 0.56 |
| Hex | 97 | B8 | 68 | 12 | 0 | 2B | 1C | 55 | 24 | 38 |
| Octal | 227 | 270 | 150 | 22 | 0 | 53 | 34 | 125 | 44 | 70 |
| Binary | 10010111 | 10111000 | 1101000 | 10010 | 0 | 101011 | 11100 | 1010101 | 100100 | 111000 |
Color Harmonies of #97B868
Complementary color
Monochromatic Colors of #97B868
Black with #97B868
Text Example
Text Example
White with #97B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B868; }
p { color: rgb(151,184,104); }
H1.HeaderClassName
{
color: #97B868;
}
.AnyTagClassName
{
color: #97B868;
}
</style>
background-color css
<style>
a { background-color: #97B868; }
a { background-color: rgb(151,184,104); }
div.DivClassName
{
background-color: #97B868;
}
.BgClassName
{
background-color: #97B868;
}
</style>
border-color css
<style>
span { border-color: #97B868; }
span { border-color: rgb(151,184,104); }
td.TdClassName
{
border-color: #97B868;
}
.TagClassName
{
border-color: #97B868;
}
</style>