Html Css Color HEX #788442 Wasabi

📋 copy color: '#788442'

red 120 ◦ green 132 ◦ blue 66

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

Shades of Wasabi #788442

Tints of Wasabi #788442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 37.74%
G = 41.51%
B = 20.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#788442 (or 0x788442) is known color: Wasabi. HEX triplet: 78, 84 and 42. RGB value is (120,132,66). Sum of RGB (Red+Green+Blue) = 120+132+66=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #788442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788442 is #877BBD. Grayscale: #797979. Windows color (decimal): -8879038 or 4359288. OLE color: 4359288.

HSL color Cylindrical-coordinate representation of color #788442: hue angle of 70.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #788442 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 132 66 -
CMYK 0.09 0 0.5 0.48
HSL 70.91º 0.33% 0.39% -
HSV(B) 70.91º 0.5% 0.52% -
XYZ 16.98 20.89 8.29 -
YUV 120.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 120 132 66 0.09 0 0.5 0.48 70.91 0.33 0.39
Hex 78 84 42 9 0 32 30 47 21 27
Octal 170 204 102 11 0 62 60 107 41 47
Binary 1111000 10000100 1000010 1001 0 110010 110000 1000111 100001 100111

Color Harmonies of #788442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788442

Black with #788442

Text Example


Text Example

White with #788442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788442; }

 p { color: rgb(120,132,66); }

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

background-color css

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

 a { background-color: rgb(120,132,66); }

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

border-color css

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

 span { border-color: rgb(120,132,66); }

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