#8B9750

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

Shades of Wasabi #8B9750

Tints of Wasabi #8B9750

Color information

#8B9750 (or 0x8B9750) is unknown color: approx Wasabi. HEX triplet: 8B, 97 and 50. RGB value is (139,151,80). Sum of RGB (Red+Green+Blue) = 139+151+80=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9750 is #7468AF. Grayscale: #8B8B8B. Windows color (decimal): -7628976 or 5281675. OLE color: 5281675.

HSL color Cylindrical-coordinate representation of color #8B9750: hue angle of 70.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B9750 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB13915180-
CMYK0.0800.470.41
HSL70.14º30.74%45.29%-
HSV(B)70.14º47.02%59.22%-
XYZ23.1628.211.81-
YUV139.3294.52127.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=37.57%
G=40.81%
B=21.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139151800.0800.470.4170.1430.7445.29
Hex8B9750802F29461f2d
Octal21322712010057511063755
Binary1000101110010111101000010000101111101001100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9750; }

 p { color: rgb(139,151,80); }

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

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

 a { background-color: rgb(139,151,80); }

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

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

 span { border-color: rgb(139,151,80); }

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