#897D0A

Color #897D0A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #897D0A

Tints of Olive #897D0A

Color information

#897D0A (or 0x897D0A) is unknown color: approx Olive. HEX triplet: 89, 7D and 0A. RGB value is (137,125,10). Sum of RGB (Red+Green+Blue) = 137+125+10=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #897D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D0A is #7682F5. Grayscale: #737373. Windows color (decimal): -7766774 or 687497. OLE color: 687497.

HSL color Cylindrical-coordinate representation of color #897D0A: hue angle of 54.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #897D0A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13712510-
CMYK00.090.930.46
HSL54.33º86.39%28.82%-
HSV(B)54.33º92.7%53.73%-
XYZ17.720.013.22-
YUV115.4868.48143.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=50.37%
G=45.96%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371251000.090.930.4654.3386.3928.82
Hex897DA095D2E36561d
Octal21117512011135566612635
Binary1000100111111011010010011011101101110110110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897D0A; }

 p { color: rgb(137,125,10); }

 H1.HeaderClassName
 {
   color: #897D0A;
 }
 .AnyTagClassName
 {
   color: #897D0A;
 }
</style>
background-color css

<style>
 a { background-color: #897D0A; }

 a { background-color: rgb(137,125,10); }

 div.DivClassName
 {
   background-color: #897D0A;
 }
 .BgClassName
 {
   background-color: #897D0A;
 }
</style>
border-color css

<style>
 span { border-color: #897D0A; }

 span { border-color: rgb(137,125,10); }

 td.TdClassName
 {
   border-color: #897D0A;
 }
 .TagClassName
 {
   border-color: #897D0A;
 }
</style>