Html Css Color HEX #779B20 Sushi

📋 copy color: '#779B20'

red 119 ◦ green 155 ◦ blue 32

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

Shades of Sushi #779B20

Tints of Sushi #779B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 38.89%
G = 50.65%
B = 10.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#779B20 (or 0x779B20) is known color: Sushi. HEX triplet: 77, 9B and 20. RGB value is (119,155,32). Sum of RGB (Red+Green+Blue) = 119+155+32=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #779B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B20 is #8864DF. Grayscale: #828282. Windows color (decimal): -8938720 or 2136951. OLE color: 2136951.

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

Color convert

RGB 119 155 32 -
CMYK 0.23 0 0.79 0.39
HSL 77.56º 0.66% 0.37% -
HSV(B) 77.56º 0.79% 0.61% -
XYZ 19.59 27.47 5.64 -
YUV 130.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 119 155 32 0.23 0 0.79 0.39 77.56 0.66 0.37
Hex 77 9B 20 17 0 4F 27 4E 42 25
Octal 167 233 40 27 0 117 47 116 102 45
Binary 1110111 10011011 100000 10111 0 1001111 100111 1001110 1000010 100101

Color Harmonies of #779B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B20

Black with #779B20

Text Example


Text Example

White with #779B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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