Html Css Color HEX #779E2E Sushi

📋 copy color: '#779E2E'

red 119 ◦ green 158 ◦ blue 46

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

Shades of Sushi #779E2E

Tints of Sushi #779E2E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.92%

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 36.84%
G = 48.92%
B = 14.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#779E2E (or 0x779E2E) is known color: Sushi. HEX triplet: 77, 9E and 2E. RGB value is (119,158,46). Sum of RGB (Red+Green+Blue) = 119+158+46=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #779E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E2E is #8861D1. Grayscale: #858585. Windows color (decimal): -8937938 or 3055223. OLE color: 3055223.

HSL color Cylindrical-coordinate representation of color #779E2E: hue angle of 80.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #779E2E is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 158 46 -
CMYK 0.25 0 0.71 0.38
HSL 80.89º 0.55% 0.4% -
HSV(B) 80.89º 0.71% 0.62% -
XYZ 20.33 28.57 7.03 -
YUV 133.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 119 158 46 0.25 0 0.71 0.38 80.89 0.55 0.4
Hex 77 9E 2E 19 0 47 26 51 37 28
Octal 167 236 56 31 0 107 46 121 67 50
Binary 1110111 10011110 101110 11001 0 1000111 100110 1010001 110111 101000

Color Harmonies of #779E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E2E

Black with #779E2E

Text Example


Text Example

White with #779E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,46); }

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

background-color css

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

 a { background-color: rgb(119,158,46); }

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

border-color css

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

 span { border-color: rgb(119,158,46); }

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