Shades of Olivine #97C268
Tints of Olivine #97C268
RGB
CMYK
RGB Variations
Color information
#97C268 (or 0x97C268) is known color: Olivine. HEX triplet: 97, C2 and 68. RGB value is (151,194,104). Sum of RGB (Red+Green+Blue) = 151+194+104=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #97C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C268 is #683D97. Grayscale: #ABABAB. Windows color (decimal): -6831512 or 6865559. OLE color: 6865559.
HSL color Cylindrical-coordinate representation of color #97C268: hue angle of 88.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97C268 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 194 | 104 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.24 |
| HSL | 88.67º | 0.42% | 0.58% | - |
| HSV(B) | 88.67º | 0.46% | 0.76% | - |
| XYZ | 34.55 | 46.16 | 20.19 | - |
| YUV | 170.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 104 | 0.22 | 0 | 0.46 | 0.24 | 88.67 | 0.42 | 0.58 |
| Hex | 97 | C2 | 68 | 16 | 0 | 2E | 18 | 59 | 2A | 3A |
| Octal | 227 | 302 | 150 | 26 | 0 | 56 | 30 | 131 | 52 | 72 |
| Binary | 10010111 | 11000010 | 1101000 | 10110 | 0 | 101110 | 11000 | 1011001 | 101010 | 111010 |
Color Harmonies of #97C268
Complementary color
Monochromatic Colors of #97C268
Black with #97C268
Text Example
Text Example
White with #97C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C268; }
p { color: rgb(151,194,104); }
H1.HeaderClassName
{
color: #97C268;
}
.AnyTagClassName
{
color: #97C268;
}
</style>
background-color css
<style>
a { background-color: #97C268; }
a { background-color: rgb(151,194,104); }
div.DivClassName
{
background-color: #97C268;
}
.BgClassName
{
background-color: #97C268;
}
</style>
border-color css
<style>
span { border-color: #97C268; }
span { border-color: rgb(151,194,104); }
td.TdClassName
{
border-color: #97C268;
}
.TagClassName
{
border-color: #97C268;
}
</style>