#8A9745

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

Shades of Wasabi #8A9745

Tints of Wasabi #8A9745

Color information

#8A9745 (or 0x8A9745) is unknown color: approx Wasabi. HEX triplet: 8A, 97 and 45. RGB value is (138,151,69). Sum of RGB (Red+Green+Blue) = 138+151+69=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9745 is #7568BA. Grayscale: #8A8A8A. Windows color (decimal): -7694523 or 4560778. OLE color: 4560778.

HSL color Cylindrical-coordinate representation of color #8A9745: hue angle of 69.51º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A9745 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB13815169-
CMYK0.0900.540.41
HSL69.51º37.27%43.14%-
HSV(B)69.51º54.3%59.22%-
XYZ22.6227.979.84-
YUV137.7789.19128.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=38.55%
G=42.18%
B=19.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138151690.0900.540.4169.5137.2743.14
Hex8A974590362946252b
Octal21222710511066511064553
Binary10001010100101111000101100101101101010011000110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,151,69); }

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

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

 a { background-color: rgb(138,151,69); }

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

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

 span { border-color: rgb(138,151,69); }

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