Shades of Olivine #97CE6D
Tints of Olivine #97CE6D
RGB
CMYK
RGB Variations
Color information
#97CE6D (or 0x97CE6D) is known color: Olivine. HEX triplet: 97, CE and 6D. RGB value is (151,206,109). Sum of RGB (Red+Green+Blue) = 151+206+109=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CE6D is #683192. Grayscale: #B2B2B2. Windows color (decimal): -6828435 or 7196311. OLE color: 7196311.
HSL color Cylindrical-coordinate representation of color #97CE6D: hue angle of 94.02º degrees, saturation: 0.5, 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 #97CE6D is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 109 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.19 |
| HSL | 94.02º | 0.5% | 0.62% | - |
| HSV(B) | 94.02º | 0.47% | 0.81% | - |
| XYZ | 37.59 | 51.83 | 22.49 | - |
| YUV | 178.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 109 | 0.27 | 0 | 0.47 | 0.19 | 94.02 | 0.5 | 0.62 |
| Hex | 97 | CE | 6D | 1B | 0 | 2F | 13 | 5E | 32 | 3E |
| Octal | 227 | 316 | 155 | 33 | 0 | 57 | 23 | 136 | 62 | 76 |
| Binary | 10010111 | 11001110 | 1101101 | 11011 | 0 | 101111 | 10011 | 1011110 | 110010 | 111110 |
Color Harmonies of #97CE6D
Complementary color
Monochromatic Colors of #97CE6D
Black with #97CE6D
Text Example
Text Example
White with #97CE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE6D; }
p { color: rgb(151,206,109); }
H1.HeaderClassName
{
color: #97CE6D;
}
.AnyTagClassName
{
color: #97CE6D;
}
</style>
background-color css
<style>
a { background-color: #97CE6D; }
a { background-color: rgb(151,206,109); }
div.DivClassName
{
background-color: #97CE6D;
}
.BgClassName
{
background-color: #97CE6D;
}
</style>
border-color css
<style>
span { border-color: #97CE6D; }
span { border-color: rgb(151,206,109); }
td.TdClassName
{
border-color: #97CE6D;
}
.TagClassName
{
border-color: #97CE6D;
}
</style>