Html Css Color HEX #77AA31 Sushi

📋 copy color: '#77AA31'

red 119 ◦ green 170 ◦ blue 49

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

Shades of Sushi #77AA31

Tints of Sushi #77AA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.3%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 35.21%
G = 50.3%
B = 14.5%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#77AA31 (or 0x77AA31) is known color: Sushi. HEX triplet: 77, AA and 31. RGB value is (119,170,49). Sum of RGB (Red+Green+Blue) = 119+170+49=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA31 is #8855CE. Grayscale: #8D8D8D. Windows color (decimal): -8934863 or 3254903. OLE color: 3254903.

HSL color Cylindrical-coordinate representation of color #77AA31: hue angle of 85.29º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77AA31 is Cyan = 0.3, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 49 -
CMYK 0.3 0 0.71 0.33
HSL 85.29º 0.55% 0.43% -
HSV(B) 85.29º 0.71% 0.67% -
XYZ 22.54 32.89 8.07 -
YUV 140.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 119 170 49 0.3 0 0.71 0.33 85.29 0.55 0.43
Hex 77 AA 31 1E 0 47 21 55 37 2B
Octal 167 252 61 36 0 107 41 125 67 53
Binary 1110111 10101010 110001 11110 0 1000111 100001 1010101 110111 101011

Color Harmonies of #77AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA31

Black with #77AA31

Text Example


Text Example

White with #77AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,170,49); }

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

background-color css

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

 a { background-color: rgb(119,170,49); }

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

border-color css

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

 span { border-color: rgb(119,170,49); }

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