#76B152

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

Shades of Apple #76B152

Tints of Apple #76B152

Color information

#76B152 (or 0x76B152) is unknown color: approx Apple. HEX triplet: 76, B1 and 52. RGB value is (118,177,82). Sum of RGB (Red+Green+Blue) = 118+177+82=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #76B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B152 is #894EAD. Grayscale: #949494. Windows color (decimal): -8998574 or 5419382. OLE color: 5419382.

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

Color convert

RGB11817782-
CMYK0.3300.540.31
HSL97.26º37.85%50.78%-
HSV(B)97.26º53.67%69.41%-
XYZ24.7235.9113.61-
YUV148.5390.45106.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=31.30%
G=46.95%
B=21.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118177820.3300.540.3197.2637.8550.78
Hex76B152210361F612633
Octal16626112241066371414663
Binary11101101011000110100101000010110110111111100001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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