#77AB31

Color #77AB31 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #77AB31

Tints of Sushi #77AB31

Color information

#77AB31 (or 0x77AB31) is unknown color: approx Sushi. HEX triplet: 77, AB and 31. RGB value is (119,171,49). Sum of RGB (Red+Green+Blue) = 119+171+49=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AB31 is #8854CE. Grayscale: #8D8D8D. Windows color (decimal): -8934607 or 3255159. OLE color: 3255159.

HSL color Cylindrical-coordinate representation of color #77AB31: hue angle of 85.57º 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 #77AB31 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB11917149-
CMYK0.3000.710.33
HSL85.57º55.45%43.14%-
HSV(B)85.57º71.35%67.06%-
XYZ22.7333.278.13-
YUV141.5475.77111.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=35.10%
G=50.44%
B=14.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119171490.3000.710.3385.5755.4543.14
Hex77AB311E0472156372b
Octal16725361360107411266753
Binary11101111010101111000111110010001111000011010110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77AB31;
 }
 .AnyTagClassName
 {
   color: #77AB31;
 }
</style>
background-color css

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

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

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

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

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

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