#77BA3F

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

Shades of Apple #77BA3F

Tints of Apple #77BA3F

Color information

#77BA3F (or 0x77BA3F) is unknown color: approx Apple. HEX triplet: 77, BA and 3F. RGB value is (119,186,63). Sum of RGB (Red+Green+Blue) = 119+186+63=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA3F is #8845C0. Grayscale: #989898. Windows color (decimal): -8930753 or 4176503. OLE color: 4176503.

HSL color Cylindrical-coordinate representation of color #77BA3F: hue angle of 92.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77BA3F is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB11918663-
CMYK0.3600.660.27
HSL92.68º49.4%48.82%-
HSV(B)92.68º66.13%72.94%-
XYZ26.0639.410.93-
YUV151.9477.8104.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 186 (73.05% from 255) = 50.54%
BLUE value IS 63 (25% from 255) = 17.12%
R=32.34%
G=50.54%
B=17.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119186630.3600.660.2792.6849.448.82
Hex77BA3F240421B5d3131
Octal16727277440102331356161
Binary11101111011101011111110010001000010110111011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,63); }

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

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

 a { background-color: rgb(119,186,63); }

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

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

 span { border-color: rgb(119,186,63); }

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