#77B74C

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

Shades of Apple #77B74C

Tints of Apple #77B74C

Color information

#77B74C (or 0x77B74C) is unknown color: approx Apple. HEX triplet: 77, B7 and 4C. RGB value is (119,183,76). Sum of RGB (Red+Green+Blue) = 119+183+76=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #77B74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B74C is #8848B3. Grayscale: #989898. Windows color (decimal): -8931508 or 5027703. OLE color: 5027703.

HSL color Cylindrical-coordinate representation of color #77B74C: hue angle of 95.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77B74C is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB11918376-
CMYK0.3500.580.28
HSL95.89º42.63%50.78%-
HSV(B)95.89º58.47%71.76%-
XYZ25.8538.3112.87-
YUV151.6785.3104.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=31.48%
G=48.41%
B=20.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119183760.3500.580.2895.8942.6350.78
Hex77B74C2303A1C602b33
Octal16726711443072341405363
Binary11101111011011110011001000110111010111001100000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,183,76); }

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

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

 a { background-color: rgb(119,183,76); }

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

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

 span { border-color: rgb(119,183,76); }

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