#748A46

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

Shades of Wasabi #748A46

Tints of Wasabi #748A46

Color information

#748A46 (or 0x748A46) is unknown color: approx Wasabi. HEX triplet: 74, 8A and 46. RGB value is (116,138,70). Sum of RGB (Red+Green+Blue) = 116+138+70=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #748A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A46 is #8B75B9. Grayscale: #7B7B7B. Windows color (decimal): -9139642 or 4622964. OLE color: 4622964.

HSL color Cylindrical-coordinate representation of color #748A46: hue angle of 79.41º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748A46 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB11613870-
CMYK0.1600.490.46
HSL79.41º32.69%40.78%-
HSV(B)79.41º49.28%54.12%-
XYZ17.422.339.19-
YUV123.6797.71122.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=35.80%
G=42.59%
B=21.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138700.1600.490.4679.4132.6940.78
Hex748A46100312E4f2129
Octal16421210620061561174151
Binary11101001000101010001101000001100011011101001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748A46; }

 p { color: rgb(116,138,70); }

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

<style>
 a { background-color: #748A46; }

 a { background-color: rgb(116,138,70); }

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

<style>
 span { border-color: #748A46; }

 span { border-color: rgb(116,138,70); }

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