Html Css Color HEX #779B34 Sushi

📋 copy color: '#779B34'

red 119 ◦ green 155 ◦ blue 52

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

Shades of Sushi #779B34

Tints of Sushi #779B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 36.5%
G = 47.55%
B = 15.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#779B34 (or 0x779B34) is known color: Sushi. HEX triplet: 77, 9B and 34. RGB value is (119,155,52). Sum of RGB (Red+Green+Blue) = 119+155+52=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #779B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B34 is #8864CB. Grayscale: #848484. Windows color (decimal): -8938700 or 3447671. OLE color: 3447671.

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

Color convert

RGB 119 155 52 -
CMYK 0.23 0 0.66 0.39
HSL 80.97º 0.5% 0.41% -
HSV(B) 80.97º 0.66% 0.61% -
XYZ 19.95 27.61 7.53 -
YUV 132.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 119 155 52 0.23 0 0.66 0.39 80.97 0.5 0.41
Hex 77 9B 34 17 0 42 27 51 32 29
Octal 167 233 64 27 0 102 47 121 62 51
Binary 1110111 10011011 110100 10111 0 1000010 100111 1010001 110010 101001

Color Harmonies of #779B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B34

Black with #779B34

Text Example


Text Example

White with #779B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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