Shades of Olivine #97C279
Tints of Olivine #97C279
RGB
CMYK
RGB Variations
Color information
#97C279 (or 0x97C279) is known color: Olivine. HEX triplet: 97, C2 and 79. RGB value is (151,194,121). Sum of RGB (Red+Green+Blue) = 151+194+121=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #97C279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C279 is #683D86. Grayscale: #ADADAD. Windows color (decimal): -6831495 or 7979671. OLE color: 7979671.
HSL color Cylindrical-coordinate representation of color #97C279: hue angle of 95.34º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97C279 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 194 | 121 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.24 |
| HSL | 95.34º | 0.37% | 0.62% | - |
| HSV(B) | 95.34º | 0.38% | 0.76% | - |
| XYZ | 35.51 | 46.54 | 25.2 | - |
| YUV | 172.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 121 | 0.22 | 0 | 0.38 | 0.24 | 95.34 | 0.37 | 0.62 |
| Hex | 97 | C2 | 79 | 16 | 0 | 26 | 18 | 5F | 25 | 3E |
| Octal | 227 | 302 | 171 | 26 | 0 | 46 | 30 | 137 | 45 | 76 |
| Binary | 10010111 | 11000010 | 1111001 | 10110 | 0 | 100110 | 11000 | 1011111 | 100101 | 111110 |
Color Harmonies of #97C279
Complementary color
Monochromatic Colors of #97C279
Black with #97C279
Text Example
Text Example
White with #97C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C279; }
p { color: rgb(151,194,121); }
H1.HeaderClassName
{
color: #97C279;
}
.AnyTagClassName
{
color: #97C279;
}
</style>
background-color css
<style>
a { background-color: #97C279; }
a { background-color: rgb(151,194,121); }
div.DivClassName
{
background-color: #97C279;
}
.BgClassName
{
background-color: #97C279;
}
</style>
border-color css
<style>
span { border-color: #97C279; }
span { border-color: rgb(151,194,121); }
td.TdClassName
{
border-color: #97C279;
}
.TagClassName
{
border-color: #97C279;
}
</style>