#78913D

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

Shades of Wasabi #78913D

Tints of Wasabi #78913D

Color information

#78913D (or 0x78913D) is unknown color: approx Wasabi. HEX triplet: 78, 91 and 3D. RGB value is (120,145,61). Sum of RGB (Red+Green+Blue) = 120+145+61=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #78913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78913D is #876EC2. Grayscale: #808080. Windows color (decimal): -8875715 or 4034936. OLE color: 4034936.

HSL color Cylindrical-coordinate representation of color #78913D: hue angle of 77.86º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78913D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB12014561-
CMYK0.1700.580.43
HSL77.86º40.78%40.39%-
HSV(B)77.86º57.93%56.86%-
XYZ18.7124.588.17-
YUV127.9590.22122.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=36.81%
G=44.48%
B=18.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145610.1700.580.4377.8640.7840.39
Hex78913D1103A2B4e2928
Octal1702217521072531165150
Binary1111000100100011111011000101110101010111001110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78913D; }

 p { color: rgb(120,145,61); }

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

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

 a { background-color: rgb(120,145,61); }

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

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

 span { border-color: rgb(120,145,61); }

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