Shades of Olivine #97BE6F
Tints of Olivine #97BE6F
RGB
CMYK
RGB Variations
Color information
#97BE6F (or 0x97BE6F) is known color: Olivine. HEX triplet: 97, BE and 6F. RGB value is (151,190,111). Sum of RGB (Red+Green+Blue) = 151+190+111=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BE6F is #684190. Grayscale: #A9A9A9. Windows color (decimal): -6832529 or 7323287. OLE color: 7323287.
HSL color Cylindrical-coordinate representation of color #97BE6F: hue angle of 89.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97BE6F is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 190 | 111 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.25 |
| HSL | 89.62º | 0.38% | 0.59% | - |
| HSV(B) | 89.62º | 0.42% | 0.75% | - |
| XYZ | 34.05 | 44.55 | 21.84 | - |
| YUV | 169.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 190 | 111 | 0.21 | 0 | 0.42 | 0.25 | 89.62 | 0.38 | 0.59 |
| Hex | 97 | BE | 6F | 15 | 0 | 2A | 19 | 5A | 26 | 3B |
| Octal | 227 | 276 | 157 | 25 | 0 | 52 | 31 | 132 | 46 | 73 |
| Binary | 10010111 | 10111110 | 1101111 | 10101 | 0 | 101010 | 11001 | 1011010 | 100110 | 111011 |
Color Harmonies of #97BE6F
Complementary color
Monochromatic Colors of #97BE6F
Black with #97BE6F
Text Example
Text Example
White with #97BE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BE6F; }
p { color: rgb(151,190,111); }
H1.HeaderClassName
{
color: #97BE6F;
}
.AnyTagClassName
{
color: #97BE6F;
}
</style>
background-color css
<style>
a { background-color: #97BE6F; }
a { background-color: rgb(151,190,111); }
div.DivClassName
{
background-color: #97BE6F;
}
.BgClassName
{
background-color: #97BE6F;
}
</style>
border-color css
<style>
span { border-color: #97BE6F; }
span { border-color: rgb(151,190,111); }
td.TdClassName
{
border-color: #97BE6F;
}
.TagClassName
{
border-color: #97BE6F;
}
</style>