#768736

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

Shades of Wasabi #768736

Tints of Wasabi #768736

Color information

#768736 (or 0x768736) is unknown color: approx Wasabi. HEX triplet: 76, 87 and 36. RGB value is (118,135,54). Sum of RGB (Red+Green+Blue) = 118+135+54=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #768736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768736 is #8978C9. Grayscale: #787878. Windows color (decimal): -9009354 or 3573622. OLE color: 3573622.

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

Color convert

RGB11813554-
CMYK0.1300.600.47
HSL72.59º42.86%37.06%-
HSV(B)72.59º60%52.94%-
XYZ16.821.456.74-
YUV120.6890.37126.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=38.44%
G=43.97%
B=17.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135540.1300.600.4772.5942.8637.06
Hex768736D03C2F492b25
Octal1662076615074571115345
Binary111011010000111110110110101111001011111001001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768736; }

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

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

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

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

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

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

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

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