#897D40

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

Shades of Highball #897D40

Tints of Highball #897D40

Color information

#897D40 (or 0x897D40) is unknown color: approx Highball. HEX triplet: 89, 7D and 40. RGB value is (137,125,64). Sum of RGB (Red+Green+Blue) = 137+125+64=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #897D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D40 is #7682BF. Grayscale: #797979. Windows color (decimal): -7766720 or 4226441. OLE color: 4226441.

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

Color convert

RGB13712564-
CMYK00.090.530.46
HSL50.14º36.32%39.41%-
HSV(B)50.14º53.28%53.73%-
XYZ18.5820.367.8-
YUV121.6395.48138.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=42.02%
G=38.34%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371256400.090.530.4650.1436.3239.41
Hex897D4009352E322427
Octal2111751000116556624447
Binary100010011111101100000001001110101101110110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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