Html Css Color HEX #779840 Sushi

📋 copy color: '#779840'

red 119 ◦ green 152 ◦ blue 64

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

Shades of Sushi #779840

Tints of Sushi #779840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.37%

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

R = 35.52%
G = 45.37%
B = 19.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#779840 (or 0x779840) is known color: Sushi. HEX triplet: 77, 98 and 40. RGB value is (119,152,64). Sum of RGB (Red+Green+Blue) = 119+152+64=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #779840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779840 is #8867BF. Grayscale: #848484. Windows color (decimal): -8939456 or 4233335. OLE color: 4233335.

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

Color convert

RGB 119 152 64 -
CMYK 0.22 0 0.58 0.40
HSL 82.5º 0.41% 0.42% -
HSV(B) 82.5º 0.58% 0.6% -
XYZ 19.76 26.75 8.97 -
YUV 132.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 119 152 64 0.22 0 0.58 0.40 82.5 0.41 0.42
Hex 77 98 40 16 0 3A 28 52 29 2A
Octal 167 230 100 26 0 72 50 122 51 52
Binary 1110111 10011000 1000000 10110 0 111010 101000 1010010 101001 101010

Color Harmonies of #779840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779840

Black with #779840

Text Example


Text Example

White with #779840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779840; }

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

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

background-color css

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

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

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

border-color css

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

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

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