#897209

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

Shades of Olive #897209

Tints of Olive #897209

Color information

#897209 (or 0x897209) is unknown color: approx Olive. HEX triplet: 89, 72 and 09. RGB value is (137,114,9). Sum of RGB (Red+Green+Blue) = 137+114+9=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #897209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897209 is #768DF6. Grayscale: #6D6D6D. Windows color (decimal): -7769591 or 619145. OLE color: 619145.

HSL color Cylindrical-coordinate representation of color #897209: hue angle of 49.22º degrees, saturation: 0.88, 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 #897209 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1371149-
CMYK00.170.930.46
HSL49.22º87.67%28.63%-
HSV(B)49.22º93.43%53.73%-
XYZ16.3817.372.75-
YUV108.9171.62148.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 9 (3.91% from 255) = 3.46%
R=52.69%
G=43.85%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137114900.170.930.4649.2287.6728.63
Hex897290115D2E31581d
Octal21116211021135566113035
Binary10001001111001010010100011011101101110110001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897209; }

 p { color: rgb(137,114,9); }

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

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

 a { background-color: rgb(137,114,9); }

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

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

 span { border-color: rgb(137,114,9); }

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