#77C045

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

Shades of Apple #77C045

Tints of Apple #77C045

Color information

#77C045 (or 0x77C045) is unknown color: approx Apple. HEX triplet: 77, C0 and 45. RGB value is (119,192,69). Sum of RGB (Red+Green+Blue) = 119+192+69=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #77C045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C045 is #883FBA. Grayscale: #9C9C9C. Windows color (decimal): -8929211 or 4571255. OLE color: 4571255.

HSL color Cylindrical-coordinate representation of color #77C045: hue angle of 95.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77C045 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB11919269-
CMYK0.3800.640.25
HSL95.61º49.4%51.18%-
HSV(B)95.61º64.06%75.29%-
XYZ27.5342.0512.3-
YUV156.1578.82101.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=31.32%
G=50.53%
B=18.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119192690.3800.640.2595.6149.451.18
Hex77C0452604019603133
Octal167300105460100311406163
Binary111011111000000100010110011001000000110011100000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,192,69); }

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

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

 a { background-color: rgb(119,192,69); }

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

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

 span { border-color: rgb(119,192,69); }

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