#768634

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

Shades of Wasabi #768634

Tints of Wasabi #768634

Color information

#768634 (or 0x768634) is unknown color: approx Wasabi. HEX triplet: 76, 86 and 34. RGB value is (118,134,52). Sum of RGB (Red+Green+Blue) = 118+134+52=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #768634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768634 is #8979CB. Grayscale: #787878. Windows color (decimal): -9009612 or 3442294. OLE color: 3442294.

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

Color convert

RGB11813452-
CMYK0.1200.610.47
HSL71.71º44.09%36.47%-
HSV(B)71.71º61.19%52.55%-
XYZ16.6221.156.46-
YUV119.8789.7126.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=38.82%
G=44.08%
B=17.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134520.1200.610.4771.7144.0936.47
Hex768634C03D2F482c24
Octal1662066414075571105444
Binary111011010000110110100110001111011011111001000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768634; }

 p { color: rgb(118,134,52); }

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

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

 a { background-color: rgb(118,134,52); }

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

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

 span { border-color: rgb(118,134,52); }

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