Html Css Color HEX #788640 Wasabi

📋 copy color: '#788640'

red 120 ◦ green 134 ◦ blue 64

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

Shades of Wasabi #788640

Tints of Wasabi #788640

RGB

 RED value IS 120 (47.27% from 255) = 37.74%

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 37.74%
G = 42.14%
B = 20.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#788640 (or 0x788640) is known color: Wasabi. HEX triplet: 78, 86 and 40. RGB value is (120,134,64). Sum of RGB (Red+Green+Blue) = 120+134+64=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #788640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788640 is #8779BF. Grayscale: #7A7A7A. Windows color (decimal): -8878528 or 4228728. OLE color: 4228728.

HSL color Cylindrical-coordinate representation of color #788640: hue angle of 72º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788640 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 64 -
CMYK 0.10 0 0.52 0.47
HSL 72º 0.35% 0.39% -
HSV(B) 72º 0.52% 0.53% -
XYZ 17.2 21.41 8.08 -
YUV 121.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 120 134 64 0.10 0 0.52 0.47 72 0.35 0.39
Hex 78 86 40 A 0 34 2F 48 23 27
Octal 170 206 100 12 0 64 57 110 43 47
Binary 1111000 10000110 1000000 1010 0 110100 101111 1001000 100011 100111

Color Harmonies of #788640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788640

Black with #788640

Text Example


Text Example

White with #788640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788640; }

 p { color: rgb(120,134,64); }

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

background-color css

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

 a { background-color: rgb(120,134,64); }

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

border-color css

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

 span { border-color: rgb(120,134,64); }

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