#77A32E

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

Shades of Sushi #77A32E

Tints of Sushi #77A32E

Color information

#77A32E (or 0x77A32E) is unknown color: approx Sushi. HEX triplet: 77, A3 and 2E. RGB value is (119,163,46). Sum of RGB (Red+Green+Blue) = 119+163+46=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #77A32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A32E is #885CD1. Grayscale: #888888. Windows color (decimal): -8936658 or 3056503. OLE color: 3056503.

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

Color convert

RGB11916346-
CMYK0.2700.720.36
HSL82.56º55.98%40.98%-
HSV(B)82.56º71.78%63.92%-
XYZ21.230.317.32-
YUV136.5176.92115.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 163 (64.06% from 255) = 49.70%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=36.28%
G=49.70%
B=14.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163460.2700.720.3682.5655.9840.98
Hex77A32E1B04824533829
Octal16724356330110441237051
Binary11101111010001110111011011010010001001001010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,163,46); }

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

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

 a { background-color: rgb(119,163,46); }

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

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

 span { border-color: rgb(119,163,46); }

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