Html Css Color HEX #779B45 Sushi

📋 copy color: '#779B45'

red 119 ◦ green 155 ◦ blue 69

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

Shades of Sushi #779B45

Tints of Sushi #779B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 34.69%
G = 45.19%
B = 20.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#779B45 (or 0x779B45) is known color: Sushi. HEX triplet: 77, 9B and 45. RGB value is (119,155,69). Sum of RGB (Red+Green+Blue) = 119+155+69=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #779B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B45 is #8864BA. Grayscale: #868686. Windows color (decimal): -8938683 or 4561783. OLE color: 4561783.

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

Color convert

RGB 119 155 69 -
CMYK 0.23 0 0.55 0.39
HSL 85.12º 0.38% 0.44% -
HSV(B) 85.12º 0.55% 0.61% -
XYZ 20.4 27.79 9.92 -
YUV 134.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 119 155 69 0.23 0 0.55 0.39 85.12 0.38 0.44
Hex 77 9B 45 17 0 37 27 55 26 2C
Octal 167 233 105 27 0 67 47 125 46 54
Binary 1110111 10011011 1000101 10111 0 110111 100111 1010101 100110 101100

Color Harmonies of #779B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B45

Black with #779B45

Text Example


Text Example

White with #779B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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