Shades of Olive #897803
Tints of Olive #897803
RGB
CMYK
RGB Variations
Color information
#897803 (or 0x897803) is known color: Olive. HEX triplet: 89, 78 and 03. RGB value is (137,120,3). Sum of RGB (Red+Green+Blue) = 137+120+3=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #897803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897803 is #7687FC. Grayscale: #707070. Windows color (decimal): -7768061 or 227465. OLE color: 227465.
HSL color Cylindrical-coordinate representation of color #897803: hue angle of 52.39º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #897803 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.46 |
| HSL | 52.39º | 0.96% | 0.27% | - |
| HSV(B) | 52.39º | 0.98% | 0.54% | - |
| XYZ | 17.05 | 18.76 | 2.81 | - |
| YUV | 111.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 3 | 0 | 0.12 | 0.98 | 0.46 | 52.39 | 0.96 | 0.27 |
| Hex | 89 | 78 | 3 | 0 | C | 62 | 2E | 34 | 60 | 1B |
| Octal | 211 | 170 | 3 | 0 | 14 | 142 | 56 | 64 | 140 | 33 |
| Binary | 10001001 | 1111000 | 11 | 0 | 1100 | 1100010 | 101110 | 110100 | 1100000 | 11011 |
Color Harmonies of #897803
Complementary color
Monochromatic Colors of #897803
Black with #897803
Text Example
Text Example
White with #897803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897803; }
p { color: rgb(137,120,3); }
H1.HeaderClassName
{
color: #897803;
}
.AnyTagClassName
{
color: #897803;
}
</style>
background-color css
<style>
a { background-color: #897803; }
a { background-color: rgb(137,120,3); }
div.DivClassName
{
background-color: #897803;
}
.BgClassName
{
background-color: #897803;
}
</style>
border-color css
<style>
span { border-color: #897803; }
span { border-color: rgb(137,120,3); }
td.TdClassName
{
border-color: #897803;
}
.TagClassName
{
border-color: #897803;
}
</style>