#93a745

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

Shades of Wasabi #93A745

Tints of Wasabi #93A745

Color information

#93A745 (or 0x93A745) is unknown color: approx Wasabi. HEX triplet: 93, A7 and 45. RGB value is (147,167,69). Sum of RGB (Red+Green+Blue) = 147+167+69=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #93A745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A745 is #6C58BA. Grayscale: #969696. Windows color (decimal): -7100603 or 4564883. OLE color: 4564883.

HSL color Cylindrical-coordinate representation of color #93A745: hue angle of 72.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93A745 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB14716769-
CMYK0.1200.590.35
HSL72.24º41.53%46.27%-
HSV(B)72.24º58.68%65.49%-
XYZ26.9334.2710.83-
YUV149.8582.37125.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 167 (65.62% from 255) = 43.60%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=38.38%
G=43.60%
B=18.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147167690.1200.590.3572.2441.5346.27
Hex93A745C03B23482a2e
Octal22324710514073431105256
Binary10010011101001111000101110001110111000111001000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93a745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93a745; }

 p { color: rgb(147,167,69); }

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

<style>
 a { background-color: #93a745; }

 a { background-color: rgb(147,167,69); }

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

<style>
 span { border-color: #93a745; }

 span { border-color: rgb(147,167,69); }

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