Html Css Color HEX #778242 Wasabi

📋 copy color: '#778242'

red 119 ◦ green 130 ◦ blue 66

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

Shades of Wasabi #778242

Tints of Wasabi #778242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 37.78%
G = 41.27%
B = 20.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#778242 (or 0x778242) is known color: Wasabi. HEX triplet: 77, 82 and 42. RGB value is (119,130,66). Sum of RGB (Red+Green+Blue) = 119+130+66=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #778242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778242 is #887DBD. Grayscale: #777777. Windows color (decimal): -8945086 or 4358775. OLE color: 4358775.

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

Color convert

RGB 119 130 66 -
CMYK 0.08 0 0.49 0.49
HSL 70.31º 0.33% 0.38% -
HSV(B) 70.31º 0.49% 0.51% -
XYZ 16.57 20.28 8.2 -
YUV 119.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 119 130 66 0.08 0 0.49 0.49 70.31 0.33 0.38
Hex 77 82 42 8 0 31 31 46 21 26
Octal 167 202 102 10 0 61 61 106 41 46
Binary 1110111 10000010 1000010 1000 0 110001 110001 1000110 100001 100110

Color Harmonies of #778242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778242

Black with #778242

Text Example


Text Example

White with #778242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778242; }

 p { color: rgb(119,130,66); }

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

background-color css

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

 a { background-color: rgb(119,130,66); }

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

border-color css

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

 span { border-color: rgb(119,130,66); }

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