Shades of Olivine #97C965
Tints of Olivine #97C965
RGB
CMYK
RGB Variations
Color information
#97C965 (or 0x97C965) is known color: Olivine. HEX triplet: 97, C9 and 65. RGB value is (151,201,101). Sum of RGB (Red+Green+Blue) = 151+201+101=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #97C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C965 is #68369A. Grayscale: #AFAFAF. Windows color (decimal): -6829723 or 6670743. OLE color: 6670743.
HSL color Cylindrical-coordinate representation of color #97C965: hue angle of 90º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97C965 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 101 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.21 |
| HSL | 90º | 0.48% | 0.59% | - |
| HSV(B) | 90º | 0.5% | 0.79% | - |
| XYZ | 36 | 49.29 | 19.93 | - |
| YUV | 174.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 101 | 0.25 | 0 | 0.50 | 0.21 | 90 | 0.48 | 0.59 |
| Hex | 97 | C9 | 65 | 19 | 0 | 32 | 15 | 5A | 30 | 3B |
| Octal | 227 | 311 | 145 | 31 | 0 | 62 | 25 | 132 | 60 | 73 |
| Binary | 10010111 | 11001001 | 1100101 | 11001 | 0 | 110010 | 10101 | 1011010 | 110000 | 111011 |
Color Harmonies of #97C965
Complementary color
Monochromatic Colors of #97C965
Black with #97C965
Text Example
Text Example
White with #97C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C965; }
p { color: rgb(151,201,101); }
H1.HeaderClassName
{
color: #97C965;
}
.AnyTagClassName
{
color: #97C965;
}
</style>
background-color css
<style>
a { background-color: #97C965; }
a { background-color: rgb(151,201,101); }
div.DivClassName
{
background-color: #97C965;
}
.BgClassName
{
background-color: #97C965;
}
</style>
border-color css
<style>
span { border-color: #97C965; }
span { border-color: rgb(151,201,101); }
td.TdClassName
{
border-color: #97C965;
}
.TagClassName
{
border-color: #97C965;
}
</style>