#769142

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

Shades of Wasabi #769142

Tints of Wasabi #769142

Color information

#769142 (or 0x769142) is unknown color: approx Wasabi. HEX triplet: 76, 91 and 42. RGB value is (118,145,66). Sum of RGB (Red+Green+Blue) = 118+145+66=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #769142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769142 is #896EBD. Grayscale: #808080. Windows color (decimal): -9006782 or 4362614. OLE color: 4362614.

HSL color Cylindrical-coordinate representation of color #769142: hue angle of 80.51º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769142 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB11814566-
CMYK0.1900.540.43
HSL80.51º37.44%41.37%-
HSV(B)80.51º54.48%56.86%-
XYZ18.5824.58.9-
YUV127.9293.05120.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=35.87%
G=44.07%
B=20.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145660.1900.540.4380.5137.4441.37
Hex769142130362B512529
Octal16622110223066531214551
Binary11101101001000110000101001101101101010111010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769142; }

 p { color: rgb(118,145,66); }

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

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

 a { background-color: rgb(118,145,66); }

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

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

 span { border-color: rgb(118,145,66); }

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