Html Css Color HEX #779434 Sushi

📋 copy color: '#779434'

red 119 ◦ green 148 ◦ blue 52

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

Shades of Sushi #779434

Tints of Sushi #779434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 37.3%
G = 46.39%
B = 16.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#779434 (or 0x779434) is known color: Sushi. HEX triplet: 77, 94 and 34. RGB value is (119,148,52). Sum of RGB (Red+Green+Blue) = 119+148+52=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #779434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779434 is #886BCB. Grayscale: #808080. Windows color (decimal): -8940492 or 3445879. OLE color: 3445879.

HSL color Cylindrical-coordinate representation of color #779434: hue angle of 78.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #779434 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 52 -
CMYK 0.20 0 0.65 0.42
HSL 78.12º 0.48% 0.39% -
HSV(B) 78.12º 0.65% 0.58% -
XYZ 18.82 25.35 7.15 -
YUV 128.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 119 148 52 0.20 0 0.65 0.42 78.12 0.48 0.39
Hex 77 94 34 14 0 41 2A 4E 30 27
Octal 167 224 64 24 0 101 52 116 60 47
Binary 1110111 10010100 110100 10100 0 1000001 101010 1001110 110000 100111

Color Harmonies of #779434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779434

Black with #779434

Text Example


Text Example

White with #779434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779434; }

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

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

background-color css

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

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

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

border-color css

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

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

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