Html Css Color HEX #779341 Sushi

📋 copy color: '#779341'

red 119 ◦ green 147 ◦ blue 65

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

Shades of Sushi #779341

Tints of Sushi #779341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 35.95%
G = 44.41%
B = 19.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#779341 (or 0x779341) is known color: Sushi. HEX triplet: 77, 93 and 41. RGB value is (119,147,65). Sum of RGB (Red+Green+Blue) = 119+147+65=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #779341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779341 is #886CBE. Grayscale: #818181. Windows color (decimal): -8940735 or 4297591. OLE color: 4297591.

HSL color Cylindrical-coordinate representation of color #779341: hue angle of 80.49º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #779341 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 65 -
CMYK 0.19 0 0.56 0.42
HSL 80.49º 0.39% 0.42% -
HSV(B) 80.49º 0.56% 0.58% -
XYZ 19 25.17 8.86 -
YUV 129.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 119 147 65 0.19 0 0.56 0.42 80.49 0.39 0.42
Hex 77 93 41 13 0 38 2A 50 27 2A
Octal 167 223 101 23 0 70 52 120 47 52
Binary 1110111 10010011 1000001 10011 0 111000 101010 1010000 100111 101010

Color Harmonies of #779341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779341

Black with #779341

Text Example


Text Example

White with #779341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779341; }

 p { color: rgb(119,147,65); }

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

background-color css

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

 a { background-color: rgb(119,147,65); }

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

border-color css

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

 span { border-color: rgb(119,147,65); }

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