#76873B

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

Shades of Wasabi #76873B

Tints of Wasabi #76873B

Color information

#76873B (or 0x76873B) is unknown color: approx Wasabi. HEX triplet: 76, 87 and 3B. RGB value is (118,135,59). Sum of RGB (Red+Green+Blue) = 118+135+59=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #76873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76873B is #8978C4. Grayscale: #797979. Windows color (decimal): -9009349 or 3901302. OLE color: 3901302.

HSL color Cylindrical-coordinate representation of color #76873B: hue angle of 73.42º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76873B is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB11813559-
CMYK0.1300.560.47
HSL73.42º39.18%38.04%-
HSV(B)73.42º56.3%52.94%-
XYZ16.9221.57.39-
YUV121.2592.87125.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=37.82%
G=43.27%
B=18.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135590.1300.560.4773.4239.1838.04
Hex76873BD0382F492726
Octal1662077315070571114746
Binary111011010000111111011110101110001011111001001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,135,59); }

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

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

 a { background-color: rgb(118,135,59); }

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

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

 span { border-color: rgb(118,135,59); }

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