#788434

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

Shades of Wasabi #788434

Tints of Wasabi #788434

Color information

#788434 (or 0x788434) is unknown color: approx Wasabi. HEX triplet: 78, 84 and 34. RGB value is (120,132,52). Sum of RGB (Red+Green+Blue) = 120+132+52=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #788434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788434 is #877BCB. Grayscale: #777777. Windows color (decimal): -8879052 or 3441784. OLE color: 3441784.

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

Color convert

RGB12013252-
CMYK0.0900.610.48
HSL69º43.48%36.08%-
HSV(B)69º60.61%51.76%-
XYZ16.6220.746.38-
YUV119.2990.02128.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=39.47%
G=43.42%
B=17.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120132520.0900.610.486943.4836.08
Hex788434903D30452b24
Octal1702046411075601055344
Binary111100010000100110100100101111011100001000101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788434; }

 p { color: rgb(120,132,52); }

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

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

 a { background-color: rgb(120,132,52); }

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

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

 span { border-color: rgb(120,132,52); }

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