Html Css Color HEX #779438 Sushi

📋 copy color: '#779438'

red 119 ◦ green 148 ◦ blue 56

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

Shades of Sushi #779438

Tints of Sushi #779438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 36.84%
G = 45.82%
B = 17.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#779438 (or 0x779438) is known color: Sushi. HEX triplet: 77, 94 and 38. RGB value is (119,148,56). Sum of RGB (Red+Green+Blue) = 119+148+56=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #779438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779438 is #886BC7. Grayscale: #818181. Windows color (decimal): -8940488 or 3708023. OLE color: 3708023.

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

Color convert

RGB 119 148 56 -
CMYK 0.20 0 0.62 0.42
HSL 78.91º 0.45% 0.4% -
HSV(B) 78.91º 0.62% 0.58% -
XYZ 18.91 25.39 7.64 -
YUV 128.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 119 148 56 0.20 0 0.62 0.42 78.91 0.45 0.4
Hex 77 94 38 14 0 3E 2A 4F 2D 28
Octal 167 224 70 24 0 76 52 117 55 50
Binary 1110111 10010100 111000 10100 0 111110 101010 1001111 101101 101000

Color Harmonies of #779438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779438

Black with #779438

Text Example


Text Example

White with #779438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779438; }

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

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

background-color css

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

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

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

border-color css

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

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

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