#76C544

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

Shades of Apple #76C544

Tints of Apple #76C544

Color information

#76C544 (or 0x76C544) is unknown color: approx Apple. HEX triplet: 76, C5 and 44. RGB value is (118,197,68). Sum of RGB (Red+Green+Blue) = 118+197+68=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #76C544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C544 is #893ABB. Grayscale: #9F9F9F. Windows color (decimal): -8993468 or 4506998. OLE color: 4506998.

HSL color Cylindrical-coordinate representation of color #76C544: hue angle of 96.74º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76C544 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB11819768-
CMYK0.4000.650.23
HSL96.74º52.65%51.96%-
HSV(B)96.74º65.48%77.25%-
XYZ28.4844.212.5-
YUV158.6776.8398.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 197 (77.34% from 255) = 51.44%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=30.81%
G=51.44%
B=17.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118197680.4000.650.2396.7452.6551.96
Hex76C5442804117613534
Octal166305104500101271416564
Binary111011011000101100010010100001000001101111100001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C544; }

 p { color: rgb(118,197,68); }

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

<style>
 a { background-color: #76C544; }

 a { background-color: rgb(118,197,68); }

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

<style>
 span { border-color: #76C544; }

 span { border-color: rgb(118,197,68); }

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