#76C444

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

Shades of Apple #76C444

Tints of Apple #76C444

Color information

#76C444 (or 0x76C444) is unknown color: approx Apple. HEX triplet: 76, C4 and 44. RGB value is (118,196,68). Sum of RGB (Red+Green+Blue) = 118+196+68=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #76C444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C444 is #893BBB. Grayscale: #9E9E9E. Windows color (decimal): -8993724 or 4506742. OLE color: 4506742.

HSL color Cylindrical-coordinate representation of color #76C444: hue angle of 96.56º degrees, saturation: 0.52, 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 #76C444 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB11819668-
CMYK0.4000.650.23
HSL96.56º52.03%51.76%-
HSV(B)96.56º65.31%76.86%-
XYZ28.2543.7512.42-
YUV158.0977.1699.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 196 (76.95% from 255) = 51.31%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=30.89%
G=51.31%
B=17.80%

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
Decimal118196680.4000.650.2396.5652.0351.76
Hex76C4442804117613434
Octal166304104500101271416464
Binary111011011000100100010010100001000001101111100001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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