#73863F

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

Shades of Wasabi #73863F

Tints of Wasabi #73863F

Color information

#73863F (or 0x73863F) is unknown color: approx Wasabi. HEX triplet: 73, 86 and 3F. RGB value is (115,134,63). Sum of RGB (Red+Green+Blue) = 115+134+63=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #73863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73863F is #8C79C0. Grayscale: #787878. Windows color (decimal): -9206209 or 4163187. OLE color: 4163187.

HSL color Cylindrical-coordinate representation of color #73863F: hue angle of 76.06º 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 #73863F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB11513463-
CMYK0.1400.530.47
HSL76.06º36.04%38.63%-
HSV(B)76.06º52.99%52.55%-
XYZ16.4921.057.9-
YUV120.2295.71124.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 63 (25% from 255) = 20.19%
R=36.86%
G=42.95%
B=20.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115134630.1400.530.4776.0636.0438.63
Hex73863FE0352F4c2427
Octal1632067716065571144447
Binary111001110000110111111111001101011011111001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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