#748C46

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

Shades of Wasabi #748C46

Tints of Wasabi #748C46

Color information

#748C46 (or 0x748C46) is unknown color: approx Wasabi. HEX triplet: 74, 8C and 46. RGB value is (116,140,70). Sum of RGB (Red+Green+Blue) = 116+140+70=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #748C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748C46 is #8B73B9. Grayscale: #7D7D7D. Windows color (decimal): -9139130 or 4623476. OLE color: 4623476.

HSL color Cylindrical-coordinate representation of color #748C46: hue angle of 80.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748C46 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB11614070-
CMYK0.1700.500.45
HSL80.57º33.33%41.18%-
HSV(B)80.57º50%54.9%-
XYZ17.6922.919.28-
YUV124.8497.05121.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=35.58%
G=42.94%
B=21.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116140700.1700.500.4580.5733.3341.18
Hex748C46110322D512129
Octal16421410621062551214151
Binary11101001000110010001101000101100101011011010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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