Shades of Olivine #97CE6E
Tints of Olivine #97CE6E
RGB
CMYK
RGB Variations
Color information
#97CE6E (or 0x97CE6E) is known color: Olivine. HEX triplet: 97, CE and 6E. RGB value is (151,206,110). Sum of RGB (Red+Green+Blue) = 151+206+110=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CE6E is #683191. Grayscale: #B2B2B2. Windows color (decimal): -6828434 or 7261847. OLE color: 7261847.
HSL color Cylindrical-coordinate representation of color #97CE6E: hue angle of 94.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97CE6E is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 110 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.19 |
| HSL | 94.38º | 0.49% | 0.62% | - |
| HSV(B) | 94.38º | 0.47% | 0.81% | - |
| XYZ | 37.65 | 51.85 | 22.78 | - |
| YUV | 178.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 110 | 0.27 | 0 | 0.47 | 0.19 | 94.38 | 0.49 | 0.62 |
| Hex | 97 | CE | 6E | 1B | 0 | 2F | 13 | 5E | 31 | 3E |
| Octal | 227 | 316 | 156 | 33 | 0 | 57 | 23 | 136 | 61 | 76 |
| Binary | 10010111 | 11001110 | 1101110 | 11011 | 0 | 101111 | 10011 | 1011110 | 110001 | 111110 |
Color Harmonies of #97CE6E
Complementary color
Monochromatic Colors of #97CE6E
Black with #97CE6E
Text Example
Text Example
White with #97CE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE6E; }
p { color: rgb(151,206,110); }
H1.HeaderClassName
{
color: #97CE6E;
}
.AnyTagClassName
{
color: #97CE6E;
}
</style>
background-color css
<style>
a { background-color: #97CE6E; }
a { background-color: rgb(151,206,110); }
div.DivClassName
{
background-color: #97CE6E;
}
.BgClassName
{
background-color: #97CE6E;
}
</style>
border-color css
<style>
span { border-color: #97CE6E; }
span { border-color: rgb(151,206,110); }
td.TdClassName
{
border-color: #97CE6E;
}
.TagClassName
{
border-color: #97CE6E;
}
</style>