#72813F

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

Shades of Wasabi #72813F

Tints of Wasabi #72813F

Color information

#72813F (or 0x72813F) is unknown color: approx Wasabi. HEX triplet: 72, 81 and 3F. RGB value is (114,129,63). Sum of RGB (Red+Green+Blue) = 114+129+63=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #72813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72813F is #8D7EC0. Grayscale: #757575. Windows color (decimal): -9273025 or 4161906. OLE color: 4161906.

HSL color Cylindrical-coordinate representation of color #72813F: hue angle of 73.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72813F is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB11412963-
CMYK0.1200.510.49
HSL73.64º34.38%37.65%-
HSV(B)73.64º51.16%50.59%-
XYZ15.6919.647.67-
YUV116.9997.53125.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 63 (25% from 255) = 20.59%
R=37.25%
G=42.16%
B=20.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129630.1200.510.4973.6434.3837.65
Hex72813FC033314a2226
Octal1622017714063611124246
Binary111001010000001111111110001100111100011001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72813F; }

 p { color: rgb(114,129,63); }

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

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

 a { background-color: rgb(114,129,63); }

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

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

 span { border-color: rgb(114,129,63); }

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