Shades of Olivine #97B878
Tints of Olivine #97B878
RGB
CMYK
RGB Variations
Color information
#97B878 (or 0x97B878) is known color: Olivine. HEX triplet: 97, B8 and 78. RGB value is (151,184,120). Sum of RGB (Red+Green+Blue) = 151+184+120=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #97B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B878 is #684787. Grayscale: #A7A7A7. Windows color (decimal): -6834056 or 7911575. OLE color: 7911575.
HSL color Cylindrical-coordinate representation of color #97B878: hue angle of 90.94º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97B878 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 184 | 120 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.28 |
| HSL | 90.94º | 0.31% | 0.6% | - |
| HSV(B) | 90.94º | 0.35% | 0.72% | - |
| XYZ | 33.29 | 42.22 | 24.16 | - |
| YUV | 166.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 120 | 0.18 | 0 | 0.35 | 0.28 | 90.94 | 0.31 | 0.6 |
| Hex | 97 | B8 | 78 | 12 | 0 | 23 | 1C | 5B | 1F | 3C |
| Octal | 227 | 270 | 170 | 22 | 0 | 43 | 34 | 133 | 37 | 74 |
| Binary | 10010111 | 10111000 | 1111000 | 10010 | 0 | 100011 | 11100 | 1011011 | 11111 | 111100 |
Color Harmonies of #97B878
Complementary color
Monochromatic Colors of #97B878
Black with #97B878
Text Example
Text Example
White with #97B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B878; }
p { color: rgb(151,184,120); }
H1.HeaderClassName
{
color: #97B878;
}
.AnyTagClassName
{
color: #97B878;
}
</style>
background-color css
<style>
a { background-color: #97B878; }
a { background-color: rgb(151,184,120); }
div.DivClassName
{
background-color: #97B878;
}
.BgClassName
{
background-color: #97B878;
}
</style>
border-color css
<style>
span { border-color: #97B878; }
span { border-color: rgb(151,184,120); }
td.TdClassName
{
border-color: #97B878;
}
.TagClassName
{
border-color: #97B878;
}
</style>