Shades of Olive #897601
Tints of Olive #897601
RGB
CMYK
RGB Variations
Color information
#897601 (or 0x897601) is known color: Olive. HEX triplet: 89, 76 and 01. RGB value is (137,118,1). Sum of RGB (Red+Green+Blue) = 137+118+1=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #897601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897601 is #7689FE. Grayscale: #6E6E6E. Windows color (decimal): -7768575 or 95881. OLE color: 95881.
HSL color Cylindrical-coordinate representation of color #897601: hue angle of 51.62º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #897601 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 118 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.46 |
| HSL | 51.62º | 0.99% | 0.27% | - |
| HSV(B) | 51.62º | 0.99% | 0.54% | - |
| XYZ | 16.8 | 18.28 | 2.67 | - |
| YUV | 110.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 1 | 0 | 0.14 | 0.99 | 0.46 | 51.62 | 0.99 | 0.27 |
| Hex | 89 | 76 | 1 | 0 | E | 63 | 2E | 34 | 63 | 1B |
| Octal | 211 | 166 | 1 | 0 | 16 | 143 | 56 | 64 | 143 | 33 |
| Binary | 10001001 | 1110110 | 1 | 0 | 1110 | 1100011 | 101110 | 110100 | 1100011 | 11011 |
Color Harmonies of #897601
Complementary color
Monochromatic Colors of #897601
Black with #897601
Text Example
Text Example
White with #897601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897601; }
p { color: rgb(137,118,1); }
H1.HeaderClassName
{
color: #897601;
}
.AnyTagClassName
{
color: #897601;
}
</style>
background-color css
<style>
a { background-color: #897601; }
a { background-color: rgb(137,118,1); }
div.DivClassName
{
background-color: #897601;
}
.BgClassName
{
background-color: #897601;
}
</style>
border-color css
<style>
span { border-color: #897601; }
span { border-color: rgb(137,118,1); }
td.TdClassName
{
border-color: #897601;
}
.TagClassName
{
border-color: #897601;
}
</style>