#768731

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

Shades of Wasabi #768731

Tints of Wasabi #768731

Color information

#768731 (or 0x768731) is unknown color: approx Wasabi. HEX triplet: 76, 87 and 31. RGB value is (118,135,49). Sum of RGB (Red+Green+Blue) = 118+135+49=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #768731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768731 is #8978CE. Grayscale: #787878. Windows color (decimal): -9009359 or 3245942. OLE color: 3245942.

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

Color convert

RGB11813549-
CMYK0.1300.640.47
HSL71.86º46.74%36.08%-
HSV(B)71.86º63.7%52.94%-
XYZ16.6921.46.16-
YUV120.1187.87126.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=39.07%
G=44.70%
B=16.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135490.1300.640.4771.8646.7436.08
Hex768731D0402F482f24
Octal16620761150100571105744
Binary1110110100001111100011101010000001011111001000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768731; }

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

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

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

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

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

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

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

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