#768B34

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

Shades of Wasabi #768B34

Tints of Wasabi #768B34

Color information

#768B34 (or 0x768B34) is unknown color: approx Wasabi. HEX triplet: 76, 8B and 34. RGB value is (118,139,52). Sum of RGB (Red+Green+Blue) = 118+139+52=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #768B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B34 is #8974CB. Grayscale: #7B7B7B. Windows color (decimal): -9008332 or 3443574. OLE color: 3443574.

HSL color Cylindrical-coordinate representation of color #768B34: hue angle of 74.48º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #768B34 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB11813952-
CMYK0.1500.630.45
HSL74.48º45.55%37.45%-
HSV(B)74.48º62.59%54.51%-
XYZ17.3222.566.69-
YUV122.888.04124.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=38.19%
G=44.98%
B=16.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118139520.1500.630.4574.4845.5537.45
Hex768B34F03F2D4a2e25
Octal1662136417077551125645
Binary111011010001011110100111101111111011011001010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768B34; }

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

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

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

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

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

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

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

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