Shades of Olivine #97B27A
Tints of Olivine #97B27A
RGB
CMYK
RGB Variations
Color information
#97B27A (or 0x97B27A) is known color: Olivine. HEX triplet: 97, B2 and 7A. RGB value is (151,178,122). Sum of RGB (Red+Green+Blue) = 151+178+122=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #97B27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B27A is #684D85. Grayscale: #A3A3A3. Windows color (decimal): -6835590 or 8041111. OLE color: 8041111.
HSL color Cylindrical-coordinate representation of color #97B27A: hue angle of 88.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B27A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 178 | 122 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.30 |
| HSL | 88.93º | 0.27% | 0.59% | - |
| HSV(B) | 88.93º | 0.31% | 0.7% | - |
| XYZ | 32.2 | 39.83 | 24.4 | - |
| YUV | 163.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 178 | 122 | 0.15 | 0 | 0.31 | 0.30 | 88.93 | 0.27 | 0.59 |
| Hex | 97 | B2 | 7A | F | 0 | 1F | 1E | 59 | 1B | 3B |
| Octal | 227 | 262 | 172 | 17 | 0 | 37 | 36 | 131 | 33 | 73 |
| Binary | 10010111 | 10110010 | 1111010 | 1111 | 0 | 11111 | 11110 | 1011001 | 11011 | 111011 |
Color Harmonies of #97B27A
Complementary color
Monochromatic Colors of #97B27A
Black with #97B27A
Text Example
Text Example
White with #97B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B27A; }
p { color: rgb(151,178,122); }
H1.HeaderClassName
{
color: #97B27A;
}
.AnyTagClassName
{
color: #97B27A;
}
</style>
background-color css
<style>
a { background-color: #97B27A; }
a { background-color: rgb(151,178,122); }
div.DivClassName
{
background-color: #97B27A;
}
.BgClassName
{
background-color: #97B27A;
}
</style>
border-color css
<style>
span { border-color: #97B27A; }
span { border-color: rgb(151,178,122); }
td.TdClassName
{
border-color: #97B27A;
}
.TagClassName
{
border-color: #97B27A;
}
</style>