Shades of Olive #897802
Tints of Olive #897802
RGB
CMYK
RGB Variations
Color information
#897802 (or 0x897802) is known color: Olive. HEX triplet: 89, 78 and 02. RGB value is (137,120,2). Sum of RGB (Red+Green+Blue) = 137+120+2=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #897802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897802 is #7687FD. Grayscale: #707070. Windows color (decimal): -7768062 or 161929. OLE color: 161929.
HSL color Cylindrical-coordinate representation of color #897802: hue angle of 52.44º degrees, saturation: 0.97, 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 #897802 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.46 |
| HSL | 52.44º | 0.97% | 0.27% | - |
| HSV(B) | 52.44º | 0.99% | 0.54% | - |
| XYZ | 17.04 | 18.76 | 2.78 | - |
| YUV | 111.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 2 | 0 | 0.12 | 0.99 | 0.46 | 52.44 | 0.97 | 0.27 |
| Hex | 89 | 78 | 2 | 0 | C | 63 | 2E | 34 | 61 | 1B |
| Octal | 211 | 170 | 2 | 0 | 14 | 143 | 56 | 64 | 141 | 33 |
| Binary | 10001001 | 1111000 | 10 | 0 | 1100 | 1100011 | 101110 | 110100 | 1100001 | 11011 |
Color Harmonies of #897802
Complementary color
Monochromatic Colors of #897802
Black with #897802
Text Example
Text Example
White with #897802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897802; }
p { color: rgb(137,120,2); }
H1.HeaderClassName
{
color: #897802;
}
.AnyTagClassName
{
color: #897802;
}
</style>
background-color css
<style>
a { background-color: #897802; }
a { background-color: rgb(137,120,2); }
div.DivClassName
{
background-color: #897802;
}
.BgClassName
{
background-color: #897802;
}
</style>
border-color css
<style>
span { border-color: #897802; }
span { border-color: rgb(137,120,2); }
td.TdClassName
{
border-color: #897802;
}
.TagClassName
{
border-color: #897802;
}
</style>