#748E3F

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

Shades of Wasabi #748E3F

Tints of Wasabi #748E3F

Color information

#748E3F (or 0x748E3F) is unknown color: approx Wasabi. HEX triplet: 74, 8E and 3F. RGB value is (116,142,63). Sum of RGB (Red+Green+Blue) = 116+142+63=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #748E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E3F is #8B71C0. Grayscale: #7D7D7D. Windows color (decimal): -9138625 or 4165236. OLE color: 4165236.

HSL color Cylindrical-coordinate representation of color #748E3F: hue angle of 79.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #748E3F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB11614263-
CMYK0.1800.560.44
HSL79.75º38.54%40.2%-
HSV(B)79.75º55.63%55.69%-
XYZ17.7723.428.29-
YUV125.2292.89121.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 63 (25% from 255) = 19.63%
R=36.14%
G=44.24%
B=19.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116142630.1800.560.4479.7538.5440.2
Hex748E3F120382C502728
Octal1642167722070541204750
Binary1110100100011101111111001001110001011001010000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,142,63); }

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

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

 a { background-color: rgb(116,142,63); }

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

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

 span { border-color: rgb(116,142,63); }

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