#77BD46

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

Shades of Apple #77BD46

Tints of Apple #77BD46

Color information

#77BD46 (or 0x77BD46) is unknown color: approx Apple. HEX triplet: 77, BD and 46. RGB value is (119,189,70). Sum of RGB (Red+Green+Blue) = 119+189+70=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD46 is #8842B9. Grayscale: #9A9A9A. Windows color (decimal): -8929978 or 4636023. OLE color: 4636023.

HSL color Cylindrical-coordinate representation of color #77BD46: hue angle of 95.29º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77BD46 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB11918970-
CMYK0.3700.630.26
HSL95.29º47.41%50.78%-
HSV(B)95.29º62.96%74.12%-
XYZ26.9140.7612.24-
YUV154.580.31102.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 189 (74.22% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=31.48%
G=50%
B=18.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal119189700.3700.630.2695.2947.4150.78
Hex77BD462503F1A5f2f33
Octal16727510645077321375763
Binary11101111011110110001101001010111111110101011111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,189,70); }

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

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

 a { background-color: rgb(119,189,70); }

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

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

 span { border-color: rgb(119,189,70); }

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