Shades of Olivine #97C271
Tints of Olivine #97C271
RGB
CMYK
RGB Variations
Color information
#97C271 (or 0x97C271) is known color: Olivine. HEX triplet: 97, C2 and 71. RGB value is (151,194,113). Sum of RGB (Red+Green+Blue) = 151+194+113=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #97C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C271 is #683D8E. Grayscale: #ACACAC. Windows color (decimal): -6831503 or 7455383. OLE color: 7455383.
HSL color Cylindrical-coordinate representation of color #97C271: hue angle of 91.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97C271 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 194 | 113 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.24 |
| HSL | 91.85º | 0.4% | 0.6% | - |
| HSV(B) | 91.85º | 0.42% | 0.76% | - |
| XYZ | 35.03 | 46.36 | 22.72 | - |
| YUV | 171.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 113 | 0.22 | 0 | 0.42 | 0.24 | 91.85 | 0.4 | 0.6 |
| Hex | 97 | C2 | 71 | 16 | 0 | 2A | 18 | 5C | 28 | 3C |
| Octal | 227 | 302 | 161 | 26 | 0 | 52 | 30 | 134 | 50 | 74 |
| Binary | 10010111 | 11000010 | 1110001 | 10110 | 0 | 101010 | 11000 | 1011100 | 101000 | 111100 |
Color Harmonies of #97C271
Complementary color
Monochromatic Colors of #97C271
Black with #97C271
Text Example
Text Example
White with #97C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C271; }
p { color: rgb(151,194,113); }
H1.HeaderClassName
{
color: #97C271;
}
.AnyTagClassName
{
color: #97C271;
}
</style>
background-color css
<style>
a { background-color: #97C271; }
a { background-color: rgb(151,194,113); }
div.DivClassName
{
background-color: #97C271;
}
.BgClassName
{
background-color: #97C271;
}
</style>
border-color css
<style>
span { border-color: #97C271; }
span { border-color: rgb(151,194,113); }
td.TdClassName
{
border-color: #97C271;
}
.TagClassName
{
border-color: #97C271;
}
</style>