#898D78

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

Shades of Bitter #898D78

Tints of Bitter #898D78

Color information

#898D78 (or 0x898D78) is unknown color: approx Bitter. HEX triplet: 89, 8D and 78. RGB value is (137,141,120). Sum of RGB (Red+Green+Blue) = 137+141+120=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #898D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D78 is #767287. Grayscale: #898989. Windows color (decimal): -7762568 or 7900553. OLE color: 7900553.

HSL color Cylindrical-coordinate representation of color #898D78: hue angle of 71.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898D78 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB137141120-
CMYK0.0300.150.45
HSL71.43º8.43%51.18%-
HSV(B)71.43º14.89%55.29%-
XYZ23.2325.7221.51-
YUV137.41118.17127.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=34.42%
G=35.43%
B=30.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411200.0300.150.4571.438.4351.18
Hex898D7830F2D47833
Octal2112151703017551071063
Binary10001001100011011111000110111110110110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898D78; }

 p { color: rgb(137,141,120); }

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

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

 a { background-color: rgb(137,141,120); }

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

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

 span { border-color: rgb(137,141,120); }

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