#748643

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

Shades of Wasabi #748643

Tints of Wasabi #748643

Color information

#748643 (or 0x748643) is unknown color: approx Wasabi. HEX triplet: 74, 86 and 43. RGB value is (116,134,67). Sum of RGB (Red+Green+Blue) = 116+134+67=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #748643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748643 is #8B79BC. Grayscale: #797979. Windows color (decimal): -9140669 or 4425332. OLE color: 4425332.

HSL color Cylindrical-coordinate representation of color #748643: hue angle of 76.12º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748643 is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB11613467-
CMYK0.1300.50.47
HSL76.12º33.33%39.41%-
HSV(B)76.12º50%52.55%-
XYZ16.7421.178.51-
YUV120.9897.54124.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=36.59%
G=42.27%
B=21.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134670.1300.50.4776.1233.3339.41
Hex748643D0322F4c2127
Octal16420610315062571144147
Binary1110100100001101000011110101100101011111001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748643; }

 p { color: rgb(116,134,67); }

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

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

 a { background-color: rgb(116,134,67); }

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

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

 span { border-color: rgb(116,134,67); }

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