Shades of Olivine #97C17D
Tints of Olivine #97C17D
RGB
CMYK
RGB Variations
Color information
#97C17D (or 0x97C17D) is known color: Olivine. HEX triplet: 97, C1 and 7D. RGB value is (151,193,125). Sum of RGB (Red+Green+Blue) = 151+193+125=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #97C17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C17D is #683E82. Grayscale: #ACACAC. Windows color (decimal): -6831747 or 8241559. OLE color: 8241559.
HSL color Cylindrical-coordinate representation of color #97C17D: hue angle of 97.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C17D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 125 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.24 |
| HSL | 97.06º | 0.35% | 0.62% | - |
| HSV(B) | 97.06º | 0.35% | 0.76% | - |
| XYZ | 35.53 | 46.2 | 26.45 | - |
| YUV | 172.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 125 | 0.22 | 0 | 0.35 | 0.24 | 97.06 | 0.35 | 0.62 |
| Hex | 97 | C1 | 7D | 16 | 0 | 23 | 18 | 61 | 23 | 3E |
| Octal | 227 | 301 | 175 | 26 | 0 | 43 | 30 | 141 | 43 | 76 |
| Binary | 10010111 | 11000001 | 1111101 | 10110 | 0 | 100011 | 11000 | 1100001 | 100011 | 111110 |
Color Harmonies of #97C17D
Complementary color
Monochromatic Colors of #97C17D
Black with #97C17D
Text Example
Text Example
White with #97C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C17D; }
p { color: rgb(151,193,125); }
H1.HeaderClassName
{
color: #97C17D;
}
.AnyTagClassName
{
color: #97C17D;
}
</style>
background-color css
<style>
a { background-color: #97C17D; }
a { background-color: rgb(151,193,125); }
div.DivClassName
{
background-color: #97C17D;
}
.BgClassName
{
background-color: #97C17D;
}
</style>
border-color css
<style>
span { border-color: #97C17D; }
span { border-color: rgb(151,193,125); }
td.TdClassName
{
border-color: #97C17D;
}
.TagClassName
{
border-color: #97C17D;
}
</style>