Shades of Olive #897404
Tints of Olive #897404
RGB
CMYK
RGB Variations
Color information
#897404 (or 0x897404) is known color: Olive. HEX triplet: 89, 74 and 04. RGB value is (137,116,4). Sum of RGB (Red+Green+Blue) = 137+116+4=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #897404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897404 is #768BFB. Grayscale: #6D6D6D. Windows color (decimal): -7769084 or 291977. OLE color: 291977.
HSL color Cylindrical-coordinate representation of color #897404: hue angle of 50.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #897404 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 4 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.46 |
| HSL | 50.53º | 0.94% | 0.28% | - |
| HSV(B) | 50.53º | 0.97% | 0.54% | - |
| XYZ | 16.58 | 17.82 | 2.68 | - |
| YUV | 109.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 4 | 0 | 0.15 | 0.97 | 0.46 | 50.53 | 0.94 | 0.28 |
| Hex | 89 | 74 | 4 | 0 | F | 61 | 2E | 33 | 5E | 1C |
| Octal | 211 | 164 | 4 | 0 | 17 | 141 | 56 | 63 | 136 | 34 |
| Binary | 10001001 | 1110100 | 100 | 0 | 1111 | 1100001 | 101110 | 110011 | 1011110 | 11100 |
Color Harmonies of #897404
Complementary color
Monochromatic Colors of #897404
Black with #897404
Text Example
Text Example
White with #897404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897404; }
p { color: rgb(137,116,4); }
H1.HeaderClassName
{
color: #897404;
}
.AnyTagClassName
{
color: #897404;
}
</style>
background-color css
<style>
a { background-color: #897404; }
a { background-color: rgb(137,116,4); }
div.DivClassName
{
background-color: #897404;
}
.BgClassName
{
background-color: #897404;
}
</style>
border-color css
<style>
span { border-color: #897404; }
span { border-color: rgb(137,116,4); }
td.TdClassName
{
border-color: #897404;
}
.TagClassName
{
border-color: #897404;
}
</style>