#768846

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

Shades of Wasabi #768846

Tints of Wasabi #768846

Color information

#768846 (or 0x768846) is unknown color: approx Wasabi. HEX triplet: 76, 88 and 46. RGB value is (118,136,70). Sum of RGB (Red+Green+Blue) = 118+136+70=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #768846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768846 is #8977B9. Grayscale: #7B7B7B. Windows color (decimal): -9009082 or 4622454. OLE color: 4622454.

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

Color convert

RGB11813670-
CMYK0.1300.490.47
HSL76.36º32.04%40.39%-
HSV(B)76.36º48.53%53.33%-
XYZ17.3821.99.11-
YUV123.0998.04124.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=36.42%
G=41.98%
B=21.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136700.1300.490.4776.3632.0440.39
Hex768846D0312F4c2028
Octal16621010615061571144050
Binary1110110100010001000110110101100011011111001100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768846; }

 p { color: rgb(118,136,70); }

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

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

 a { background-color: rgb(118,136,70); }

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

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

 span { border-color: rgb(118,136,70); }

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