#728644

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

Shades of Wasabi #728644

Tints of Wasabi #728644

Color information

#728644 (or 0x728644) is unknown color: approx Wasabi. HEX triplet: 72, 86 and 44. RGB value is (114,134,68). Sum of RGB (Red+Green+Blue) = 114+134+68=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #728644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728644 is #8D79BB. Grayscale: #787878. Windows color (decimal): -9271740 or 4490866. OLE color: 4490866.

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

Color convert

RGB11413468-
CMYK0.1500.490.47
HSL78.18º32.67%39.61%-
HSV(B)78.18º49.25%52.55%-
XYZ16.5121.048.66-
YUV120.598.37123.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=36.08%
G=42.41%
B=21.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134680.1500.490.4778.1832.6739.61
Hex728644F0312F4e2128
Octal16220610417061571164150
Binary1110010100001101000100111101100011011111001110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728644; }

 p { color: rgb(114,134,68); }

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

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

 a { background-color: rgb(114,134,68); }

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

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

 span { border-color: rgb(114,134,68); }

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