#77913D

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

Shades of Wasabi #77913D

Tints of Wasabi #77913D

Color information

#77913D (or 0x77913D) is unknown color: approx Wasabi. HEX triplet: 77, 91 and 3D. RGB value is (119,145,61). Sum of RGB (Red+Green+Blue) = 119+145+61=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #77913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77913D is #886EC2. Grayscale: #7F7F7F. Windows color (decimal): -8941251 or 4034935. OLE color: 4034935.

HSL color Cylindrical-coordinate representation of color #77913D: hue angle of 78.57º 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 #77913D is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB11914561-
CMYK0.1800.580.43
HSL78.57º40.78%40.39%-
HSV(B)78.57º57.93%56.86%-
XYZ18.5824.518.17-
YUV127.6590.39121.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=36.62%
G=44.62%
B=18.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145610.1800.580.4378.5740.7840.39
Hex77913D1203A2B4f2928
Octal1672217522072531175150
Binary1110111100100011111011001001110101010111001111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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