#76894A

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

Shades of Wasabi #76894A

Tints of Wasabi #76894A

Color information

#76894A (or 0x76894A) is unknown color: approx Wasabi. HEX triplet: 76, 89 and 4A. RGB value is (118,137,74). Sum of RGB (Red+Green+Blue) = 118+137+74=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #76894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76894A is #8976B5. Grayscale: #7C7C7C. Windows color (decimal): -9008822 or 4884854. OLE color: 4884854.

HSL color Cylindrical-coordinate representation of color #76894A: hue angle of 78.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76894A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB11813774-
CMYK0.1400.460.46
HSL78.1º29.86%41.37%-
HSV(B)78.1º45.99%53.73%-
XYZ17.6522.249.84-
YUV124.1499.71123.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=35.87%
G=41.64%
B=22.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137740.1400.460.4678.129.8641.37
Hex76894AE02E2E4e1e29
Octal16621111216056561163651
Binary111011010001001100101011100101110101110100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76894A; }

 p { color: rgb(118,137,74); }

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

<style>
 a { background-color: #76894A; }

 a { background-color: rgb(118,137,74); }

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

<style>
 span { border-color: #76894A; }

 span { border-color: rgb(118,137,74); }

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