#77B44A

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

Shades of Apple #77B44A

Tints of Apple #77B44A

Color information

#77B44A (or 0x77B44A) is unknown color: approx Apple. HEX triplet: 77, B4 and 4A. RGB value is (119,180,74). Sum of RGB (Red+Green+Blue) = 119+180+74=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #77B44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B44A is #884BB5. Grayscale: #969696. Windows color (decimal): -8932278 or 4895863. OLE color: 4895863.

HSL color Cylindrical-coordinate representation of color #77B44A: hue angle of 94.53º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77B44A is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB11918074-
CMYK0.3400.590.29
HSL94.53º41.73%49.8%-
HSV(B)94.53º58.89%70.59%-
XYZ25.1737.0612.31-
YUV149.6885.29106.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=31.90%
G=48.26%
B=19.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119180740.3400.590.2994.5341.7349.8
Hex77B44A2203B1D5f2a32
Octal16726411242073351375262
Binary11101111011010010010101000100111011111011011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,180,74); }

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

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

 a { background-color: rgb(119,180,74); }

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

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

 span { border-color: rgb(119,180,74); }

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