Html Css Color HEX #77A940 Sushi

📋 copy color: '#77A940'

red 119 ◦ green 169 ◦ blue 64

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

Shades of Sushi #77A940

Tints of Sushi #77A940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.01%

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

R = 33.81%
G = 48.01%
B = 18.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#77A940 (or 0x77A940) is known color: Sushi. HEX triplet: 77, A9 and 40. RGB value is (119,169,64). Sum of RGB (Red+Green+Blue) = 119+169+64=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #77A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A940 is #8856BF. Grayscale: #8E8E8E. Windows color (decimal): -8935104 or 4237687. OLE color: 4237687.

HSL color Cylindrical-coordinate representation of color #77A940: hue angle of 88.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77A940 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 169 64 -
CMYK 0.30 0 0.62 0.34
HSL 88.57º 0.45% 0.46% -
HSV(B) 88.57º 0.62% 0.66% -
XYZ 22.72 32.67 9.96 -
YUV 142.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 119 169 64 0.30 0 0.62 0.34 88.57 0.45 0.46
Hex 77 A9 40 1E 0 3E 22 59 2D 2E
Octal 167 251 100 36 0 76 42 131 55 56
Binary 1110111 10101001 1000000 11110 0 111110 100010 1011001 101101 101110

Color Harmonies of #77A940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A940

Black with #77A940

Text Example


Text Example

White with #77A940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A940; }

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

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

background-color css

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

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

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

border-color css

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

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

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