#72863E

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

Shades of Wasabi #72863E

Tints of Wasabi #72863E

Color information

#72863E (or 0x72863E) is unknown color: approx Wasabi. HEX triplet: 72, 86 and 3E. RGB value is (114,134,62). Sum of RGB (Red+Green+Blue) = 114+134+62=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #72863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72863E is #8D79C1. Grayscale: #787878. Windows color (decimal): -9271746 or 4097650. OLE color: 4097650.

HSL color Cylindrical-coordinate representation of color #72863E: hue angle of 76.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72863E is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB11413462-
CMYK0.1500.540.47
HSL76.67º36.73%38.43%-
HSV(B)76.67º53.73%52.55%-
XYZ16.3320.987.75-
YUV119.8195.37123.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 62 (24.61% from 255) = 20%
R=36.77%
G=43.23%
B=20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134620.1500.540.4776.6736.7338.43
Hex72863EF0362F4d2526
Octal1622067617066571154546
Binary111001010000110111110111101101101011111001101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72863E; }

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

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

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

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

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

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

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

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