Shades of Olivine #97B95E
Tints of Olivine #97B95E
RGB
CMYK
RGB Variations
Color information
#97B95E (or 0x97B95E) is known color: Olivine. HEX triplet: 97, B9 and 5E. RGB value is (151,185,94). Sum of RGB (Red+Green+Blue) = 151+185+94=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #97B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B95E is #6846A1. Grayscale: #A4A4A4. Windows color (decimal): -6833826 or 6207895. OLE color: 6207895.
HSL color Cylindrical-coordinate representation of color #97B95E: hue angle of 82.42º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97B95E is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 185 | 94 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.27 |
| HSL | 82.42º | 0.39% | 0.55% | - |
| HSV(B) | 82.42º | 0.49% | 0.73% | - |
| XYZ | 32.13 | 42.09 | 17.02 | - |
| YUV | 164.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 185 | 94 | 0.18 | 0 | 0.49 | 0.27 | 82.42 | 0.39 | 0.55 |
| Hex | 97 | B9 | 5E | 12 | 0 | 31 | 1B | 52 | 27 | 37 |
| Octal | 227 | 271 | 136 | 22 | 0 | 61 | 33 | 122 | 47 | 67 |
| Binary | 10010111 | 10111001 | 1011110 | 10010 | 0 | 110001 | 11011 | 1010010 | 100111 | 110111 |
Color Harmonies of #97B95E
Complementary color
Monochromatic Colors of #97B95E
Black with #97B95E
Text Example
Text Example
White with #97B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B95E; }
p { color: rgb(151,185,94); }
H1.HeaderClassName
{
color: #97B95E;
}
.AnyTagClassName
{
color: #97B95E;
}
</style>
background-color css
<style>
a { background-color: #97B95E; }
a { background-color: rgb(151,185,94); }
div.DivClassName
{
background-color: #97B95E;
}
.BgClassName
{
background-color: #97B95E;
}
</style>
border-color css
<style>
span { border-color: #97B95E; }
span { border-color: rgb(151,185,94); }
td.TdClassName
{
border-color: #97B95E;
}
.TagClassName
{
border-color: #97B95E;
}
</style>