#76AC41

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

Shades of Apple #76AC41

Tints of Apple #76AC41

Color information

#76AC41 (or 0x76AC41) is unknown color: approx Apple. HEX triplet: 76, AC and 41. RGB value is (118,172,65). Sum of RGB (Red+Green+Blue) = 118+172+65=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC41 is #8953BE. Grayscale: #909090. Windows color (decimal): -8999871 or 4303990. OLE color: 4303990.

HSL color Cylindrical-coordinate representation of color #76AC41: hue angle of 90.28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76AC41 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB11817265-
CMYK0.3100.620.33
HSL90.28º45.15%46.47%-
HSV(B)90.28º62.21%67.45%-
XYZ23.1833.7410.29-
YUV143.6683.61109.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=33.24%
G=48.45%
B=18.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118172650.3100.620.3390.2845.1546.47
Hex76AC411F03E215a2d2e
Octal16625410137076411325556
Binary11101101010110010000011111101111101000011011010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,65); }

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

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

 a { background-color: rgb(118,172,65); }

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

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

 span { border-color: rgb(118,172,65); }

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