Html Css Color HEX #778140 Wasabi

📋 copy color: '#778140'

red 119 ◦ green 129 ◦ blue 64

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

Shades of Wasabi #778140

Tints of Wasabi #778140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 38.14%
G = 41.35%
B = 20.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#778140 (or 0x778140) is known color: Wasabi. HEX triplet: 77, 81 and 40. RGB value is (119,129,64). Sum of RGB (Red+Green+Blue) = 119+129+64=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #778140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778140 is #887EBF. Grayscale: #767676. Windows color (decimal): -8945344 or 4227447. OLE color: 4227447.

HSL color Cylindrical-coordinate representation of color #778140: hue angle of 69.23º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778140 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 64 -
CMYK 0.08 0 0.50 0.49
HSL 69.23º 0.34% 0.38% -
HSV(B) 69.23º 0.5% 0.51% -
XYZ 16.38 19.99 7.85 -
YUV 118.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 119 129 64 0.08 0 0.50 0.49 69.23 0.34 0.38
Hex 77 81 40 8 0 32 31 45 22 26
Octal 167 201 100 10 0 62 61 105 42 46
Binary 1110111 10000001 1000000 1000 0 110010 110001 1000101 100010 100110

Color Harmonies of #778140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778140

Black with #778140

Text Example


Text Example

White with #778140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778140; }

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

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

background-color css

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

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

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

border-color css

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

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

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