#897408

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

Shades of Olive #897408

Tints of Olive #897408

Color information

#897408 (or 0x897408) is unknown color: approx Olive. HEX triplet: 89, 74 and 08. RGB value is (137,116,8). Sum of RGB (Red+Green+Blue) = 137+116+8=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #897408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897408 is #768BF7. Grayscale: #6E6E6E. Windows color (decimal): -7769080 or 554121. OLE color: 554121.

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

Color convert

RGB1371168-
CMYK00.150.940.46
HSL50.23º88.97%28.43%-
HSV(B)50.23º94.16%53.73%-
XYZ16.6117.832.8-
YUV109.9770.46147.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=52.49%
G=44.44%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137116800.150.940.4650.2388.9728.43
Hex897480F5E2E32591c
Octal21116410017136566213134
Binary1000100111101001000011111011110101110110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897408; }

 p { color: rgb(137,116,8); }

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

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

 a { background-color: rgb(137,116,8); }

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

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

 span { border-color: rgb(137,116,8); }

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