#72803B

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

Shades of Wasabi #72803B

Tints of Wasabi #72803B

Color information

#72803B (or 0x72803B) is unknown color: approx Wasabi. HEX triplet: 72, 80 and 3B. RGB value is (114,128,59). Sum of RGB (Red+Green+Blue) = 114+128+59=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #72803B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72803B is #8D7FC4. Grayscale: #747474. Windows color (decimal): -9273285 or 3899506. OLE color: 3899506.

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

Color convert

RGB11412859-
CMYK0.1100.540.50
HSL72.17º36.9%36.67%-
HSV(B)72.17º53.91%50.2%-
XYZ15.4519.337.05-
YUV115.9595.86126.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=37.87%
G=42.52%
B=19.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128590.1100.540.5072.1736.936.67
Hex72803BB03632482525
Octal1622007313066621104545
Binary111001010000000111011101101101101100101001000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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