#897604

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

Shades of Olive #897604

Tints of Olive #897604

Color information

#897604 (or 0x897604) is unknown color: approx Olive. HEX triplet: 89, 76 and 04. RGB value is (137,118,4). Sum of RGB (Red+Green+Blue) = 137+118+4=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #897604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897604 is #7689FB. Grayscale: #6F6F6F. Windows color (decimal): -7768572 or 292489. OLE color: 292489.

HSL color Cylindrical-coordinate representation of color #897604: hue angle of 51.43º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #897604 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB1371184-
CMYK00.140.970.46
HSL51.43º94.33%27.65%-
HSV(B)51.43º97.08%53.73%-
XYZ16.8218.282.76-
YUV110.6867.79146.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=52.90%
G=45.56%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137118400.140.970.4651.4394.3327.65
Hex897640E612E335e1c
Octal2111664016141566313634
Binary100010011110110100011101100001101110110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897604; }

 p { color: rgb(137,118,4); }

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

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

 a { background-color: rgb(137,118,4); }

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

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

 span { border-color: rgb(137,118,4); }

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