Html Css Color HEX #779E42 Sushi

📋 copy color: '#779E42'

red 119 ◦ green 158 ◦ blue 66

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

Shades of Sushi #779E42

Tints of Sushi #779E42

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.06%

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

R = 34.69%
G = 46.06%
B = 19.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#779E42 (or 0x779E42) is known color: Sushi. HEX triplet: 77, 9E and 42. RGB value is (119,158,66). Sum of RGB (Red+Green+Blue) = 119+158+66=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #779E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E42 is #8861BD. Grayscale: #888888. Windows color (decimal): -8937918 or 4365943. OLE color: 4365943.

HSL color Cylindrical-coordinate representation of color #779E42: hue angle of 85.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #779E42 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 158 66 -
CMYK 0.25 0 0.58 0.38
HSL 85.43º 0.41% 0.44% -
HSV(B) 85.43º 0.58% 0.62% -
XYZ 20.82 28.77 9.61 -
YUV 135.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 119 158 66 0.25 0 0.58 0.38 85.43 0.41 0.44
Hex 77 9E 42 19 0 3A 26 55 29 2C
Octal 167 236 102 31 0 72 46 125 51 54
Binary 1110111 10011110 1000010 11001 0 111010 100110 1010101 101001 101100

Color Harmonies of #779E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E42

Black with #779E42

Text Example


Text Example

White with #779E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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