Html Css Color HEX #779342 Sushi

📋 copy color: '#779342'

red 119 ◦ green 147 ◦ blue 66

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

Shades of Sushi #779342

Tints of Sushi #779342

RGB

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

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

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

R = 35.84%
G = 44.28%
B = 19.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#779342 (or 0x779342) is known color: Sushi. HEX triplet: 77, 93 and 42. RGB value is (119,147,66). Sum of RGB (Red+Green+Blue) = 119+147+66=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #779342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779342 is #886CBD. Grayscale: #818181. Windows color (decimal): -8940734 or 4363127. OLE color: 4363127.

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

Color convert

RGB 119 147 66 -
CMYK 0.19 0 0.55 0.42
HSL 80.74º 0.38% 0.42% -
HSV(B) 80.74º 0.55% 0.58% -
XYZ 19.02 25.18 9.01 -
YUV 129.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 119 147 66 0.19 0 0.55 0.42 80.74 0.38 0.42
Hex 77 93 42 13 0 37 2A 51 26 2A
Octal 167 223 102 23 0 67 52 121 46 52
Binary 1110111 10010011 1000010 10011 0 110111 101010 1010001 100110 101010

Color Harmonies of #779342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779342

Black with #779342

Text Example


Text Example

White with #779342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779342; }

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

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

background-color css

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

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

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

border-color css

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

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

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