#898D7B

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

Shades of Jumbo #898D7B

Tints of Jumbo #898D7B

Color information

#898D7B (or 0x898D7B) is unknown color: approx Jumbo. HEX triplet: 89, 8D and 7B. RGB value is (137,141,123). Sum of RGB (Red+Green+Blue) = 137+141+123=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #898D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D7B is #767284. Grayscale: #898989. Windows color (decimal): -7762565 or 8097161. OLE color: 8097161.

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

Color convert

RGB137141123-
CMYK0.0300.130.45
HSL73.33º7.32%51.76%-
HSV(B)73.33º12.77%55.29%-
XYZ23.4225.822.48-
YUV137.75119.67127.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=34.16%
G=35.16%
B=30.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411230.0300.130.4573.337.3251.76
Hex898D7B30D2D49734
Octal211215173301555111764
Binary1000100110001101111101111011011011011001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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