Shades of Olive #897500
Tints of Olive #897500
RGB
CMYK
RGB Variations
Color information
#897500 (or 0x897500) is known color: Olive. HEX triplet: 89, 75 and 00. RGB value is (137,117,0). Sum of RGB (Red+Green+Blue) = 137+117+0=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #897500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897500 is #768AFF. Grayscale: #6E6E6E. Windows color (decimal): -7768832 or 30089. OLE color: 30089.
HSL color Cylindrical-coordinate representation of color #897500: hue angle of 51.24º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #897500 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.46 |
| HSL | 51.24º | 1% | 0.27% | - |
| HSV(B) | 51.24º | 1% | 0.54% | - |
| XYZ | 16.68 | 18.04 | 2.6 | - |
| YUV | 109.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 0 | 0 | 0.15 | 1 | 0.46 | 51.24 | 1 | 0.27 |
| Hex | 89 | 75 | 0 | 0 | F | 64 | 2E | 33 | 64 | 1B |
| Octal | 211 | 165 | 0 | 0 | 17 | 144 | 56 | 63 | 144 | 33 |
| Binary | 10001001 | 1110101 | 0 | 0 | 1111 | 1100100 | 101110 | 110011 | 1100100 | 11011 |
Color Harmonies of #897500
Complementary color
Monochromatic Colors of #897500
Black with #897500
Text Example
Text Example
White with #897500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897500; }
p { color: rgb(137,117,0); }
H1.HeaderClassName
{
color: #897500;
}
.AnyTagClassName
{
color: #897500;
}
</style>
background-color css
<style>
a { background-color: #897500; }
a { background-color: rgb(137,117,0); }
div.DivClassName
{
background-color: #897500;
}
.BgClassName
{
background-color: #897500;
}
</style>
border-color css
<style>
span { border-color: #897500; }
span { border-color: rgb(137,117,0); }
td.TdClassName
{
border-color: #897500;
}
.TagClassName
{
border-color: #897500;
}
</style>