Html Css Color HEX #779940 Sushi

📋 copy color: '#779940'

red 119 ◦ green 153 ◦ blue 64

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

Shades of Sushi #779940

Tints of Sushi #779940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 35.42%
G = 45.54%
B = 19.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#779940 (or 0x779940) is known color: Sushi. HEX triplet: 77, 99 and 40. RGB value is (119,153,64). Sum of RGB (Red+Green+Blue) = 119+153+64=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #779940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779940 is #8866BF. Grayscale: #858585. Windows color (decimal): -8939200 or 4233591. OLE color: 4233591.

HSL color Cylindrical-coordinate representation of color #779940: hue angle of 82.92º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #779940 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 64 -
CMYK 0.22 0 0.58 0.4
HSL 82.92º 0.41% 0.43% -
HSV(B) 82.92º 0.58% 0.6% -
XYZ 19.92 27.07 9.03 -
YUV 132.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 119 153 64 0.22 0 0.58 0.4 82.92 0.41 0.43
Hex 77 99 40 16 0 3A 28 53 29 2B
Octal 167 231 100 26 0 72 50 123 51 53
Binary 1110111 10011001 1000000 10110 0 111010 101000 1010011 101001 101011

Color Harmonies of #779940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779940

Black with #779940

Text Example


Text Example

White with #779940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779940; }

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

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

background-color css

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

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

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

border-color css

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

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

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