#768733

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

Shades of Wasabi #768733

Tints of Wasabi #768733

Color information

#768733 (or 0x768733) is unknown color: approx Wasabi. HEX triplet: 76, 87 and 33. RGB value is (118,135,51). Sum of RGB (Red+Green+Blue) = 118+135+51=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #768733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768733 is #8978CC. Grayscale: #787878. Windows color (decimal): -9009357 or 3377014. OLE color: 3377014.

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

Color convert

RGB11813551-
CMYK0.1300.620.47
HSL72.14º45.16%36.47%-
HSV(B)72.14º62.22%52.94%-
XYZ16.7321.426.38-
YUV120.3488.87126.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=38.82%
G=44.41%
B=16.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135510.1300.620.4772.1445.1636.47
Hex768733D03E2F482d24
Octal1662076315076571105544
Binary111011010000111110011110101111101011111001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768733; }

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

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

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

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

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

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

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

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