#768545

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

Shades of Wasabi #768545

Tints of Wasabi #768545

Color information

#768545 (or 0x768545) is unknown color: approx Wasabi. HEX triplet: 76, 85 and 45. RGB value is (118,133,69). Sum of RGB (Red+Green+Blue) = 118+133+69=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #768545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768545 is #897ABA. Grayscale: #797979. Windows color (decimal): -9009851 or 4556150. OLE color: 4556150.

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

Color convert

RGB11813369-
CMYK0.1100.480.48
HSL74.06º31.68%39.61%-
HSV(B)74.06º48.12%52.16%-
XYZ16.9321.068.8-
YUV121.2298.53125.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=36.88%
G=41.56%
B=21.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133690.1100.480.4874.0631.6839.61
Hex768545B030304a2028
Octal16620510513060601124050
Binary1110110100001011000101101101100001100001001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768545; }

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

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

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

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

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

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

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

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