#76B041

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

Shades of Apple #76B041

Tints of Apple #76B041

Color information

#76B041 (or 0x76B041) is unknown color: approx Apple. HEX triplet: 76, B0 and 41. RGB value is (118,176,65). Sum of RGB (Red+Green+Blue) = 118+176+65=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #76B041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B041 is #894FBE. Grayscale: #929292. Windows color (decimal): -8998847 or 4305014. OLE color: 4305014.

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

Color convert

RGB11817665-
CMYK0.3300.630.31
HSL91.35º46.06%47.25%-
HSV(B)91.35º63.07%69.02%-
XYZ23.9535.2810.55-
YUV14682.28108.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 176 (69.14% from 255) = 49.03%
BLUE value IS 65 (25.78% from 255) = 18.11%
R=32.87%
G=49.03%
B=18.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118176650.3300.630.3191.3546.0647.25
Hex76B0412103F1F5b2e2f
Octal16626010141077371335657
Binary11101101011000010000011000010111111111111011011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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