#78894B

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

Shades of Wasabi #78894B

Tints of Wasabi #78894B

Color information

#78894B (or 0x78894B) is unknown color: approx Wasabi. HEX triplet: 78, 89 and 4B. RGB value is (120,137,75). Sum of RGB (Red+Green+Blue) = 120+137+75=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #78894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78894B is #8776B4. Grayscale: #7D7D7D. Windows color (decimal): -8877749 or 4950392. OLE color: 4950392.

HSL color Cylindrical-coordinate representation of color #78894B: hue angle of 76.45º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78894B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB12013775-
CMYK0.1200.450.46
HSL76.45º29.25%41.57%-
HSV(B)76.45º45.26%53.73%-
XYZ17.9622.3910.03-
YUV124.8599.87124.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=36.14%
G=41.27%
B=22.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120137750.1200.450.4676.4529.2541.57
Hex78894BC02D2E4c1d2a
Octal17021111314055561143552
Binary111100010001001100101111000101101101110100110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78894B; }

 p { color: rgb(120,137,75); }

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

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

 a { background-color: rgb(120,137,75); }

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

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

 span { border-color: rgb(120,137,75); }

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