Html Css Color HEX #779D20 Sushi

📋 copy color: '#779D20'

red 119 ◦ green 157 ◦ blue 32

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

Shades of Sushi #779D20

Tints of Sushi #779D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.97%

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

R = 38.64%
G = 50.97%
B = 10.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#779D20 (or 0x779D20) is known color: Sushi. HEX triplet: 77, 9D and 20. RGB value is (119,157,32). Sum of RGB (Red+Green+Blue) = 119+157+32=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #779D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D20 is #8862DF. Grayscale: #838383. Windows color (decimal): -8938208 or 2137463. OLE color: 2137463.

HSL color Cylindrical-coordinate representation of color #779D20: hue angle of 78.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #779D20 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 32 -
CMYK 0.24 0 0.80 0.38
HSL 78.24º 0.66% 0.37% -
HSV(B) 78.24º 0.8% 0.62% -
XYZ 19.93 28.14 5.75 -
YUV 131.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 119 157 32 0.24 0 0.80 0.38 78.24 0.66 0.37
Hex 77 9D 20 18 0 50 26 4E 42 25
Octal 167 235 40 30 0 120 46 116 102 45
Binary 1110111 10011101 100000 11000 0 1010000 100110 1001110 1000010 100101

Color Harmonies of #779D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D20

Black with #779D20

Text Example


Text Example

White with #779D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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