#77AA34

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

Shades of Sushi #77AA34

Tints of Sushi #77AA34

Color information

#77AA34 (or 0x77AA34) is unknown color: approx Sushi. HEX triplet: 77, AA and 34. RGB value is (119,170,52). Sum of RGB (Red+Green+Blue) = 119+170+52=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA34 is #8855CB. Grayscale: #8D8D8D. Windows color (decimal): -8934860 or 3451511. OLE color: 3451511.

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

Color convert

RGB11917052-
CMYK0.300.690.33
HSL85.93º53.15%43.53%-
HSV(B)85.93º69.41%66.67%-
XYZ22.632.928.41-
YUV141.377.6112.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=34.90%
G=49.85%
B=15.25%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119170520.300.690.3385.9353.1543.53
Hex77AA341E0452156352c
Octal16725264360105411266554
Binary11101111010101011010011110010001011000011010110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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