Shades of Olivine #97BF6A
Tints of Olivine #97BF6A
RGB
CMYK
RGB Variations
Color information
#97BF6A (or 0x97BF6A) is known color: Olivine. HEX triplet: 97, BF and 6A. RGB value is (151,191,106). Sum of RGB (Red+Green+Blue) = 151+191+106=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF6A is #684095. Grayscale: #A9A9A9. Windows color (decimal): -6832278 or 6995863. OLE color: 6995863.
HSL color Cylindrical-coordinate representation of color #97BF6A: hue angle of 88.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97BF6A is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 191 | 106 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.25 |
| HSL | 88.24º | 0.4% | 0.58% | - |
| HSV(B) | 88.24º | 0.45% | 0.75% | - |
| XYZ | 33.99 | 44.88 | 20.51 | - |
| YUV | 169.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 106 | 0.21 | 0 | 0.45 | 0.25 | 88.24 | 0.4 | 0.58 |
| Hex | 97 | BF | 6A | 15 | 0 | 2D | 19 | 58 | 28 | 3A |
| Octal | 227 | 277 | 152 | 25 | 0 | 55 | 31 | 130 | 50 | 72 |
| Binary | 10010111 | 10111111 | 1101010 | 10101 | 0 | 101101 | 11001 | 1011000 | 101000 | 111010 |
Color Harmonies of #97BF6A
Complementary color
Monochromatic Colors of #97BF6A
Black with #97BF6A
Text Example
Text Example
White with #97BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BF6A; }
p { color: rgb(151,191,106); }
H1.HeaderClassName
{
color: #97BF6A;
}
.AnyTagClassName
{
color: #97BF6A;
}
</style>
background-color css
<style>
a { background-color: #97BF6A; }
a { background-color: rgb(151,191,106); }
div.DivClassName
{
background-color: #97BF6A;
}
.BgClassName
{
background-color: #97BF6A;
}
</style>
border-color css
<style>
span { border-color: #97BF6A; }
span { border-color: rgb(151,191,106); }
td.TdClassName
{
border-color: #97BF6A;
}
.TagClassName
{
border-color: #97BF6A;
}
</style>