Shades of Olivine #97CA5C
Tints of Olivine #97CA5C
RGB
CMYK
RGB Variations
Color information
#97CA5C (or 0x97CA5C) is known color: Olivine. HEX triplet: 97, CA and 5C. RGB value is (151,202,92). Sum of RGB (Red+Green+Blue) = 151+202+92=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA5C is #6835A3. Grayscale: #AEAEAE. Windows color (decimal): -6829476 or 6081175. OLE color: 6081175.
HSL color Cylindrical-coordinate representation of color #97CA5C: hue angle of 87.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97CA5C is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 92 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.21 |
| HSL | 87.82º | 0.51% | 0.58% | - |
| HSV(B) | 87.82º | 0.54% | 0.79% | - |
| XYZ | 35.81 | 49.59 | 17.81 | - |
| YUV | 174.21 | 81.6 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 92 | 0.25 | 0 | 0.54 | 0.21 | 87.82 | 0.51 | 0.58 |
| Hex | 97 | CA | 5C | 19 | 0 | 36 | 15 | 58 | 33 | 3A |
| Octal | 227 | 312 | 134 | 31 | 0 | 66 | 25 | 130 | 63 | 72 |
| Binary | 10010111 | 11001010 | 1011100 | 11001 | 0 | 110110 | 10101 | 1011000 | 110011 | 111010 |
Color Harmonies of #97CA5C
Complementary color
Monochromatic Colors of #97CA5C
Black with #97CA5C
Text Example
Text Example
White with #97CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA5C; }
p { color: rgb(151,202,92); }
H1.HeaderClassName
{
color: #97CA5C;
}
.AnyTagClassName
{
color: #97CA5C;
}
</style>
background-color css
<style>
a { background-color: #97CA5C; }
a { background-color: rgb(151,202,92); }
div.DivClassName
{
background-color: #97CA5C;
}
.BgClassName
{
background-color: #97CA5C;
}
</style>
border-color css
<style>
span { border-color: #97CA5C; }
span { border-color: rgb(151,202,92); }
td.TdClassName
{
border-color: #97CA5C;
}
.TagClassName
{
border-color: #97CA5C;
}
</style>