Shades of Olivine #97B17A
Tints of Olivine #97B17A
RGB
CMYK
RGB Variations
Color information
#97B17A (or 0x97B17A) is known color: Olivine. HEX triplet: 97, B1 and 7A. RGB value is (151,177,122). Sum of RGB (Red+Green+Blue) = 151+177+122=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #97B17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B17A is #684E85. Grayscale: #A3A3A3. Windows color (decimal): -6835846 or 8040855. OLE color: 8040855.
HSL color Cylindrical-coordinate representation of color #97B17A: hue angle of 88.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B17A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 177 | 122 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.31 |
| HSL | 88.36º | 0.26% | 0.59% | - |
| HSV(B) | 88.36º | 0.31% | 0.69% | - |
| XYZ | 32 | 39.43 | 24.34 | - |
| YUV | 162.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 177 | 122 | 0.15 | 0 | 0.31 | 0.31 | 88.36 | 0.26 | 0.59 |
| Hex | 97 | B1 | 7A | F | 0 | 1F | 1F | 58 | 1A | 3B |
| Octal | 227 | 261 | 172 | 17 | 0 | 37 | 37 | 130 | 32 | 73 |
| Binary | 10010111 | 10110001 | 1111010 | 1111 | 0 | 11111 | 11111 | 1011000 | 11010 | 111011 |
Color Harmonies of #97B17A
Complementary color
Monochromatic Colors of #97B17A
Black with #97B17A
Text Example
Text Example
White with #97B17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B17A; }
p { color: rgb(151,177,122); }
H1.HeaderClassName
{
color: #97B17A;
}
.AnyTagClassName
{
color: #97B17A;
}
</style>
background-color css
<style>
a { background-color: #97B17A; }
a { background-color: rgb(151,177,122); }
div.DivClassName
{
background-color: #97B17A;
}
.BgClassName
{
background-color: #97B17A;
}
</style>
border-color css
<style>
span { border-color: #97B17A; }
span { border-color: rgb(151,177,122); }
td.TdClassName
{
border-color: #97B17A;
}
.TagClassName
{
border-color: #97B17A;
}
</style>