#768533

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

Shades of Wasabi #768533

Tints of Wasabi #768533

Color information

#768533 (or 0x768533) is unknown color: approx Wasabi. HEX triplet: 76, 85 and 33. RGB value is (118,133,51). Sum of RGB (Red+Green+Blue) = 118+133+51=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #768533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768533 is #897ACC. Grayscale: #777777. Windows color (decimal): -9009869 or 3376502. OLE color: 3376502.

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

Color convert

RGB11813351-
CMYK0.1100.620.48
HSL70.98º44.57%36.08%-
HSV(B)70.98º61.65%52.16%-
XYZ16.4620.876.29-
YUV119.1789.53127.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=39.07%
G=44.04%
B=16.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133510.1100.620.4870.9844.5736.08
Hex768533B03E30472d24
Octal1662056313076601075544
Binary111011010000101110011101101111101100001000111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768533; }

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

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

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

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

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

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

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

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