Shades of Olive #897808
Tints of Olive #897808
RGB
CMYK
RGB Variations
Color information
#897808 (or 0x897808) is known color: Olive. HEX triplet: 89, 78 and 08. RGB value is (137,120,8). Sum of RGB (Red+Green+Blue) = 137+120+8=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #897808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897808 is #7687F7. Grayscale: #707070. Windows color (decimal): -7768056 or 555145. OLE color: 555145.
HSL color Cylindrical-coordinate representation of color #897808: hue angle of 52.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #897808 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 8 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.46 |
| HSL | 52.09º | 0.89% | 0.28% | - |
| HSV(B) | 52.09º | 0.94% | 0.54% | - |
| XYZ | 17.08 | 18.77 | 2.95 | - |
| YUV | 112.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 8 | 0 | 0.12 | 0.94 | 0.46 | 52.09 | 0.89 | 0.28 |
| Hex | 89 | 78 | 8 | 0 | C | 5E | 2E | 34 | 59 | 1C |
| Octal | 211 | 170 | 10 | 0 | 14 | 136 | 56 | 64 | 131 | 34 |
| Binary | 10001001 | 1111000 | 1000 | 0 | 1100 | 1011110 | 101110 | 110100 | 1011001 | 11100 |
Color Harmonies of #897808
Complementary color
Monochromatic Colors of #897808
Black with #897808
Text Example
Text Example
White with #897808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897808; }
p { color: rgb(137,120,8); }
H1.HeaderClassName
{
color: #897808;
}
.AnyTagClassName
{
color: #897808;
}
</style>
background-color css
<style>
a { background-color: #897808; }
a { background-color: rgb(137,120,8); }
div.DivClassName
{
background-color: #897808;
}
.BgClassName
{
background-color: #897808;
}
</style>
border-color css
<style>
span { border-color: #897808; }
span { border-color: rgb(137,120,8); }
td.TdClassName
{
border-color: #897808;
}
.TagClassName
{
border-color: #897808;
}
</style>