#77A42A

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

Shades of Sushi #77A42A

Tints of Sushi #77A42A

Color information

#77A42A (or 0x77A42A) is unknown color: approx Sushi. HEX triplet: 77, A4 and 2A. RGB value is (119,164,42). Sum of RGB (Red+Green+Blue) = 119+164+42=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #77A42A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A42A is #885BD5. Grayscale: #898989. Windows color (decimal): -8936406 or 2794615. OLE color: 2794615.

HSL color Cylindrical-coordinate representation of color #77A42A: hue angle of 82.13º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77A42A is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB11916442-
CMYK0.2700.740.36
HSL82.13º59.22%40.39%-
HSV(B)82.13º74.39%64.31%-
XYZ21.330.646.98-
YUV136.6474.59115.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=36.62%
G=50.46%
B=12.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119164420.2700.740.3682.1359.2240.39
Hex77A42A1B04A24523b28
Octal16724452330112441227350
Binary11101111010010010101011011010010101001001010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,42); }

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

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

 a { background-color: rgb(119,164,42); }

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

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

 span { border-color: rgb(119,164,42); }

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