#788C2E

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

Shades of Wasabi #788C2E

Tints of Wasabi #788C2E

Color information

#788C2E (or 0x788C2E) is unknown color: approx Wasabi. HEX triplet: 78, 8C and 2E. RGB value is (120,140,46). Sum of RGB (Red+Green+Blue) = 120+140+46=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #788C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C2E is #8773D1. Grayscale: #7B7B7B. Windows color (decimal): -8877010 or 3050616. OLE color: 3050616.

HSL color Cylindrical-coordinate representation of color #788C2E: hue angle of 72.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #788C2E is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB12014046-
CMYK0.1400.670.45
HSL72.77º50.54%36.47%-
HSV(B)72.77º67.14%54.9%-
XYZ17.6222.956.09-
YUV123.384.37125.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 140 (55.08% from 255) = 45.75%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=39.22%
G=45.75%
B=15.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120140460.1400.670.4572.7750.5436.47
Hex788C2EE0432D493324
Octal17021456160103551116344
Binary1111000100011001011101110010000111011011001001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C2E; }

 p { color: rgb(120,140,46); }

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

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

 a { background-color: rgb(120,140,46); }

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

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

 span { border-color: rgb(120,140,46); }

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