Html Css Color HEX #779240 Sushi

📋 copy color: '#779240'

red 119 ◦ green 146 ◦ blue 64

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

Shades of Sushi #779240

Tints of Sushi #779240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 36.17%
G = 44.38%
B = 19.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#779240 (or 0x779240) is known color: Sushi. HEX triplet: 77, 92 and 40. RGB value is (119,146,64). Sum of RGB (Red+Green+Blue) = 119+146+64=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #779240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779240 is #886DBF. Grayscale: #808080. Windows color (decimal): -8940992 or 4231799. OLE color: 4231799.

HSL color Cylindrical-coordinate representation of color #779240: hue angle of 79.76º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #779240 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 64 -
CMYK 0.18 0 0.56 0.43
HSL 79.76º 0.39% 0.41% -
HSV(B) 79.76º 0.56% 0.57% -
XYZ 18.81 24.85 8.66 -
YUV 128.58 91.55 121.17 -
System Red Green Blue C M Y K H S L
Decimal 119 146 64 0.18 0 0.56 0.43 79.76 0.39 0.41
Hex 77 92 40 12 0 38 2B 50 27 29
Octal 167 222 100 22 0 70 53 120 47 51
Binary 1110111 10010010 1000000 10010 0 111000 101011 1010000 100111 101001

Color Harmonies of #779240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779240

Black with #779240

Text Example


Text Example

White with #779240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779240; }

 p { color: rgb(119,146,64); }

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

background-color css

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

 a { background-color: rgb(119,146,64); }

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

border-color css

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

 span { border-color: rgb(119,146,64); }

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