#77B14A

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

Shades of Apple #77B14A

Tints of Apple #77B14A

Color information

#77B14A (or 0x77B14A) is unknown color: approx Apple. HEX triplet: 77, B1 and 4A. RGB value is (119,177,74). Sum of RGB (Red+Green+Blue) = 119+177+74=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #77B14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B14A is #884EB5. Grayscale: #949494. Windows color (decimal): -8933046 or 4895095. OLE color: 4895095.

HSL color Cylindrical-coordinate representation of color #77B14A: hue angle of 93.79º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77B14A is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB11917774-
CMYK0.3300.580.31
HSL93.79º41.04%49.22%-
HSV(B)93.79º58.19%69.41%-
XYZ24.5735.8612.11-
YUV147.9286.28107.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 74 (29.30% from 255) = 20%
R=32.16%
G=47.84%
B=20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119177740.3300.580.3193.7941.0449.22
Hex77B14A2103A1F5e2931
Octal16726111241072371365161
Binary11101111011000110010101000010111010111111011110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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