#77B14B

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

Shades of Apple #77B14B

Tints of Apple #77B14B

Color information

#77B14B (or 0x77B14B) is unknown color: approx Apple. HEX triplet: 77, B1 and 4B. RGB value is (119,177,75). Sum of RGB (Red+Green+Blue) = 119+177+75=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #77B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B14B is #884EB4. Grayscale: #949494. Windows color (decimal): -8933045 or 4960631. OLE color: 4960631.

HSL color Cylindrical-coordinate representation of color #77B14B: hue angle of 94.12º degrees, saturation: 0.4, 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 #77B14B is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB11917775-
CMYK0.3300.580.31
HSL94.12º40.48%49.41%-
HSV(B)94.12º57.63%69.41%-
XYZ24.635.8712.28-
YUV148.0386.78107.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=32.08%
G=47.71%
B=20.22%

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
Decimal119177750.3300.580.3194.1240.4849.41
Hex77B14B2103A1F5e2831
Octal16726111341072371365061
Binary11101111011000110010111000010111010111111011110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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