Html Css Color HEX #77A240 Sushi

📋 copy color: '#77A240'

red 119 ◦ green 162 ◦ blue 64

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

Shades of Sushi #77A240

Tints of Sushi #77A240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.96%

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

R = 34.49%
G = 46.96%
B = 18.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#77A240 (or 0x77A240) is known color: Sushi. HEX triplet: 77, A2 and 40. RGB value is (119,162,64). Sum of RGB (Red+Green+Blue) = 119+162+64=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #77A240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A240 is #885DBF. Grayscale: #8A8A8A. Windows color (decimal): -8936896 or 4235895. OLE color: 4235895.

HSL color Cylindrical-coordinate representation of color #77A240: hue angle of 86.33º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77A240 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 162 64 -
CMYK 0.27 0 0.60 0.36
HSL 86.33º 0.43% 0.44% -
HSV(B) 86.33º 0.6% 0.64% -
XYZ 21.45 30.13 9.54 -
YUV 137.97 86.25 114.47 -
System Red Green Blue C M Y K H S L
Decimal 119 162 64 0.27 0 0.60 0.36 86.33 0.43 0.44
Hex 77 A2 40 1B 0 3C 24 56 2B 2C
Octal 167 242 100 33 0 74 44 126 53 54
Binary 1110111 10100010 1000000 11011 0 111100 100100 1010110 101011 101100

Color Harmonies of #77A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A240

Black with #77A240

Text Example


Text Example

White with #77A240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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