Html Css Color HEX #779B40 Sushi

📋 copy color: '#779B40'

red 119 ◦ green 155 ◦ blue 64

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

Shades of Sushi #779B40

Tints of Sushi #779B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 35.21%
G = 45.86%
B = 18.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#779B40 (or 0x779B40) is known color: Sushi. HEX triplet: 77, 9B and 40. RGB value is (119,155,64). Sum of RGB (Red+Green+Blue) = 119+155+64=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #779B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B40 is #8864BF. Grayscale: #868686. Windows color (decimal): -8938688 or 4234103. OLE color: 4234103.

HSL color Cylindrical-coordinate representation of color #779B40: hue angle of 83.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #779B40 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 155 64 -
CMYK 0.23 0 0.59 0.39
HSL 83.74º 0.42% 0.43% -
HSV(B) 83.74º 0.59% 0.61% -
XYZ 20.25 27.73 9.14 -
YUV 133.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 119 155 64 0.23 0 0.59 0.39 83.74 0.42 0.43
Hex 77 9B 40 17 0 3B 27 54 2A 2B
Octal 167 233 100 27 0 73 47 124 52 53
Binary 1110111 10011011 1000000 10111 0 111011 100111 1010100 101010 101011

Color Harmonies of #779B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B40

Black with #779B40

Text Example


Text Example

White with #779B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,64); }

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

background-color css

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

 a { background-color: rgb(119,155,64); }

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

border-color css

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

 span { border-color: rgb(119,155,64); }

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