#76C83F

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

Shades of Apple #76C83F

Tints of Apple #76C83F

Color information

#76C83F (or 0x76C83F) is unknown color: approx Apple. HEX triplet: 76, C8 and 3F. RGB value is (118,200,63). Sum of RGB (Red+Green+Blue) = 118+200+63=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #76C83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C83F is #8937C0. Grayscale: #A0A0A0. Windows color (decimal): -8992705 or 4180086. OLE color: 4180086.

HSL color Cylindrical-coordinate representation of color #76C83F: hue angle of 95.91º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76C83F is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB11820063-
CMYK0.4100.680.22
HSL95.91º55.47%51.57%-
HSV(B)95.91º68.5%78.43%-
XYZ29.0245.5211.96-
YUV159.8673.3398.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 200 (78.52% from 255) = 52.49%
BLUE value IS 63 (25% from 255) = 16.54%
R=30.97%
G=52.49%
B=16.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118200630.4100.680.2295.9155.4751.57
Hex76C83F2904416603734
Octal16631077510104261406764
Binary11101101100100011111110100101000100101101100000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,200,63); }

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

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

 a { background-color: rgb(118,200,63); }

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

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

 span { border-color: rgb(118,200,63); }

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