#768748

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

Shades of Wasabi #768748

Tints of Wasabi #768748

Color information

#768748 (or 0x768748) is unknown color: approx Wasabi. HEX triplet: 76, 87 and 48. RGB value is (118,135,72). Sum of RGB (Red+Green+Blue) = 118+135+72=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #768748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768748 is #8978B7. Grayscale: #7A7A7A. Windows color (decimal): -9009336 or 4753270. OLE color: 4753270.

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

Color convert

RGB11813572-
CMYK0.1300.470.47
HSL76.19º30.43%40.59%-
HSV(B)76.19º46.67%52.94%-
XYZ17.321.659.4-
YUV122.7399.37124.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=36.31%
G=41.54%
B=22.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135720.1300.470.4776.1930.4340.59
Hex768748D02F2F4c1e29
Octal16620711015057571143651
Binary111011010000111100100011010101111101111100110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768748; }

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

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

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

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

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

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

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

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