Shades of Olivine #97C55C
Tints of Olivine #97C55C
RGB
CMYK
RGB Variations
Color information
#97C55C (or 0x97C55C) is known color: Olivine. HEX triplet: 97, C5 and 5C. RGB value is (151,197,92). Sum of RGB (Red+Green+Blue) = 151+197+92=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #97C55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C55C is #683AA3. Grayscale: #ABABAB. Windows color (decimal): -6830756 or 6079895. OLE color: 6079895.
HSL color Cylindrical-coordinate representation of color #97C55C: hue angle of 86.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97C55C is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 92 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.23 |
| HSL | 86.29º | 0.48% | 0.57% | - |
| HSV(B) | 86.29º | 0.53% | 0.77% | - |
| XYZ | 34.66 | 47.28 | 17.43 | - |
| YUV | 171.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 92 | 0.23 | 0 | 0.53 | 0.23 | 86.29 | 0.48 | 0.57 |
| Hex | 97 | C5 | 5C | 17 | 0 | 35 | 17 | 56 | 30 | 39 |
| Octal | 227 | 305 | 134 | 27 | 0 | 65 | 27 | 126 | 60 | 71 |
| Binary | 10010111 | 11000101 | 1011100 | 10111 | 0 | 110101 | 10111 | 1010110 | 110000 | 111001 |
Color Harmonies of #97C55C
Complementary color
Monochromatic Colors of #97C55C
Black with #97C55C
Text Example
Text Example
White with #97C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C55C; }
p { color: rgb(151,197,92); }
H1.HeaderClassName
{
color: #97C55C;
}
.AnyTagClassName
{
color: #97C55C;
}
</style>
background-color css
<style>
a { background-color: #97C55C; }
a { background-color: rgb(151,197,92); }
div.DivClassName
{
background-color: #97C55C;
}
.BgClassName
{
background-color: #97C55C;
}
</style>
border-color css
<style>
span { border-color: #97C55C; }
span { border-color: rgb(151,197,92); }
td.TdClassName
{
border-color: #97C55C;
}
.TagClassName
{
border-color: #97C55C;
}
</style>