Html Css Color HEX #779242 Wasabi

📋 copy color: '#779242'

red 119 ◦ green 146 ◦ blue 66

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

Shades of Wasabi #779242

Tints of Wasabi #779242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 35.95%
G = 44.11%
B = 19.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#779242 (or 0x779242) is known color: Wasabi. HEX triplet: 77, 92 and 42. RGB value is (119,146,66). Sum of RGB (Red+Green+Blue) = 119+146+66=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #779242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779242 is #886DBD. Grayscale: #818181. Windows color (decimal): -8940990 or 4362871. OLE color: 4362871.

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

Color convert

RGB 119 146 66 -
CMYK 0.18 0 0.55 0.43
HSL 80.25º 0.38% 0.42% -
HSV(B) 80.25º 0.55% 0.57% -
XYZ 18.87 24.87 8.96 -
YUV 128.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 119 146 66 0.18 0 0.55 0.43 80.25 0.38 0.42
Hex 77 92 42 12 0 37 2B 50 26 2A
Octal 167 222 102 22 0 67 53 120 46 52
Binary 1110111 10010010 1000010 10010 0 110111 101011 1010000 100110 101010

Color Harmonies of #779242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779242

Black with #779242

Text Example


Text Example

White with #779242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779242; }

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

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

background-color css

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

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

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

border-color css

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

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

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