#72863F

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

Shades of Wasabi #72863F

Tints of Wasabi #72863F

Color information

#72863F (or 0x72863F) is unknown color: approx Wasabi. HEX triplet: 72, 86 and 3F. RGB value is (114,134,63). Sum of RGB (Red+Green+Blue) = 114+134+63=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #72863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72863F is #8D79C0. Grayscale: #787878. Windows color (decimal): -9271745 or 4163186. OLE color: 4163186.

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

Color convert

RGB11413463-
CMYK0.1500.530.47
HSL76.9º36.04%38.63%-
HSV(B)76.9º52.99%52.55%-
XYZ16.3620.997.89-
YUV119.9395.87123.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 63 (25% from 255) = 20.26%
R=36.66%
G=43.09%
B=20.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134630.1500.530.4776.936.0438.63
Hex72863FF0352F4d2427
Octal1622067717065571154447
Binary111001010000110111111111101101011011111001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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