#72803C

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

Shades of Wasabi #72803C

Tints of Wasabi #72803C

Color information

#72803C (or 0x72803C) is unknown color: approx Wasabi. HEX triplet: 72, 80 and 3C. RGB value is (114,128,60). Sum of RGB (Red+Green+Blue) = 114+128+60=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #72803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72803C is #8D7FC3. Grayscale: #747474. Windows color (decimal): -9273284 or 3965042. OLE color: 3965042.

HSL color Cylindrical-coordinate representation of color #72803C: hue angle of 72.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72803C is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB11412860-
CMYK0.1100.530.50
HSL72.35º36.17%36.86%-
HSV(B)72.35º53.12%50.2%-
XYZ15.4719.347.19-
YUV116.0696.36126.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=37.75%
G=42.38%
B=19.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128600.1100.530.5072.3536.1736.86
Hex72803CB03532482425
Octal1622007413065621104445
Binary111001010000000111100101101101011100101001000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72803C; }

 p { color: rgb(114,128,60); }

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

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

 a { background-color: rgb(114,128,60); }

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

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

 span { border-color: rgb(114,128,60); }

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