Shades of Olivine #97B07B
Tints of Olivine #97B07B
RGB
CMYK
RGB Variations
Color information
#97B07B (or 0x97B07B) is known color: Olivine. HEX triplet: 97, B0 and 7B. RGB value is (151,176,123). Sum of RGB (Red+Green+Blue) = 151+176+123=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #97B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B07B is #684F84. Grayscale: #A2A2A2. Windows color (decimal): -6836101 or 8106135. OLE color: 8106135.
HSL color Cylindrical-coordinate representation of color #97B07B: hue angle of 88.3º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97B07B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 176 | 123 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.31 |
| HSL | 88.3º | 0.25% | 0.59% | - |
| HSV(B) | 88.3º | 0.3% | 0.69% | - |
| XYZ | 31.86 | 39.06 | 24.6 | - |
| YUV | 162.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 176 | 123 | 0.14 | 0 | 0.30 | 0.31 | 88.3 | 0.25 | 0.59 |
| Hex | 97 | B0 | 7B | E | 0 | 1E | 1F | 58 | 19 | 3B |
| Octal | 227 | 260 | 173 | 16 | 0 | 36 | 37 | 130 | 31 | 73 |
| Binary | 10010111 | 10110000 | 1111011 | 1110 | 0 | 11110 | 11111 | 1011000 | 11001 | 111011 |
Color Harmonies of #97B07B
Complementary color
Monochromatic Colors of #97B07B
Black with #97B07B
Text Example
Text Example
White with #97B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B07B; }
p { color: rgb(151,176,123); }
H1.HeaderClassName
{
color: #97B07B;
}
.AnyTagClassName
{
color: #97B07B;
}
</style>
background-color css
<style>
a { background-color: #97B07B; }
a { background-color: rgb(151,176,123); }
div.DivClassName
{
background-color: #97B07B;
}
.BgClassName
{
background-color: #97B07B;
}
</style>
border-color css
<style>
span { border-color: #97B07B; }
span { border-color: rgb(151,176,123); }
td.TdClassName
{
border-color: #97B07B;
}
.TagClassName
{
border-color: #97B07B;
}
</style>