Html Css Color HEX #779140 Wasabi

📋 copy color: '#779140'

red 119 ◦ green 145 ◦ blue 64

#779140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #779140

Tints of Wasabi #779140

RGB

 RED value IS 119 (46.88% from 255) = 36.28%

 GREEN value IS 145 (57.03% from 255) = 44.21%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 36.28%
G = 44.21%
B = 19.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#779140 (or 0x779140) is known color: Wasabi. HEX triplet: 77, 91 and 40. RGB value is (119,145,64). Sum of RGB (Red+Green+Blue) = 119+145+64=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #779140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779140 is #886EBF. Grayscale: #808080. Windows color (decimal): -8941248 or 4231543. OLE color: 4231543.

HSL color Cylindrical-coordinate representation of color #779140: hue angle of 79.26º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #779140 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 64 -
CMYK 0.18 0 0.56 0.43
HSL 79.26º 0.39% 0.41% -
HSV(B) 79.26º 0.56% 0.57% -
XYZ 18.66 24.54 8.6 -
YUV 127.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 119 145 64 0.18 0 0.56 0.43 79.26 0.39 0.41
Hex 77 91 40 12 0 38 2B 4F 27 29
Octal 167 221 100 22 0 70 53 117 47 51
Binary 1110111 10010001 1000000 10010 0 111000 101011 1001111 100111 101001

Color Harmonies of #779140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779140

Black with #779140

Text Example


Text Example

White with #779140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779140; }

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

 H1.HeaderClassName
 {
   color: #779140;
 }
 .AnyTagClassName
 {
   color: #779140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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