#76B845

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

Shades of Apple #76B845

Tints of Apple #76B845

Color information

#76B845 (or 0x76B845) is unknown color: approx Apple. HEX triplet: 76, B8 and 45. RGB value is (118,184,69). Sum of RGB (Red+Green+Blue) = 118+184+69=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #76B845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B845 is #8947BA. Grayscale: #979797. Windows color (decimal): -8996795 or 4569206. OLE color: 4569206.

HSL color Cylindrical-coordinate representation of color #76B845: hue angle of 94.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76B845 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB11818469-
CMYK0.3600.620.28
HSL94.43º45.45%49.61%-
HSV(B)94.43º62.5%72.16%-
XYZ25.6938.5611.72-
YUV151.1681.63104.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 184 (72.27% from 255) = 49.60%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=31.81%
G=49.60%
B=18.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118184690.3600.620.2894.4345.4549.61
Hex76B8452403E1C5e2d32
Octal16627010544076341365562
Binary11101101011100010001011001000111110111001011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,69); }

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

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

 a { background-color: rgb(118,184,69); }

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

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

 span { border-color: rgb(118,184,69); }

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