Shades of Olivine #89B574
Tints of Olivine #89B574
RGB
CMYK
RGB Variations
Color information
#89B574 (or 0x89B574) is known color: Olivine. HEX triplet: 89, B5 and 74. RGB value is (137,181,116). Sum of RGB (Red+Green+Blue) = 137+181+116=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #89B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B574 is #764A8B. Grayscale: #A0A0A0. Windows color (decimal): -7752332 or 7648649. OLE color: 7648649.
HSL color Cylindrical-coordinate representation of color #89B574: hue angle of 100.62º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89B574 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 116 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.29 |
| HSL | 100.62º | 0.31% | 0.58% | - |
| HSV(B) | 100.62º | 0.36% | 0.71% | - |
| XYZ | 29.99 | 39.63 | 22.59 | - |
| YUV | 160.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 116 | 0.24 | 0 | 0.36 | 0.29 | 100.62 | 0.31 | 0.58 |
| Hex | 89 | B5 | 74 | 18 | 0 | 24 | 1D | 65 | 1F | 3A |
| Octal | 211 | 265 | 164 | 30 | 0 | 44 | 35 | 145 | 37 | 72 |
| Binary | 10001001 | 10110101 | 1110100 | 11000 | 0 | 100100 | 11101 | 1100101 | 11111 | 111010 |
Color Harmonies of #89B574
Complementary color
Monochromatic Colors of #89B574
Black with #89B574
Text Example
Text Example
White with #89B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B574; }
p { color: rgb(137,181,116); }
H1.HeaderClassName
{
color: #89B574;
}
.AnyTagClassName
{
color: #89B574;
}
</style>
background-color css
<style>
a { background-color: #89B574; }
a { background-color: rgb(137,181,116); }
div.DivClassName
{
background-color: #89B574;
}
.BgClassName
{
background-color: #89B574;
}
</style>
border-color css
<style>
span { border-color: #89B574; }
span { border-color: rgb(137,181,116); }
td.TdClassName
{
border-color: #89B574;
}
.TagClassName
{
border-color: #89B574;
}
</style>