#76B148

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

Shades of Apple #76B148

Tints of Apple #76B148

Color information

#76B148 (or 0x76B148) is unknown color: approx Apple. HEX triplet: 76, B1 and 48. RGB value is (118,177,72). Sum of RGB (Red+Green+Blue) = 118+177+72=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #76B148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B148 is #894EB7. Grayscale: #939393. Windows color (decimal): -8998584 or 4764022. OLE color: 4764022.

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

Color convert

RGB11817772-
CMYK0.3300.590.31
HSL93.71º42.17%48.82%-
HSV(B)93.71º59.32%69.41%-
XYZ24.3635.7611.75-
YUV147.3985.45107.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 177 (69.53% from 255) = 48.23%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=32.15%
G=48.23%
B=19.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118177720.3300.590.3193.7142.1748.82
Hex76B1482103B1F5e2a31
Octal16626111041073371365261
Binary11101101011000110010001000010111011111111011110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,177,72); }

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

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

 a { background-color: rgb(118,177,72); }

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

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

 span { border-color: rgb(118,177,72); }

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