#76C83D

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

Shades of Apple #76C83D

Tints of Apple #76C83D

Color information

#76C83D (or 0x76C83D) is unknown color: approx Apple. HEX triplet: 76, C8 and 3D. RGB value is (118,200,61). Sum of RGB (Red+Green+Blue) = 118+200+61=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #76C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C83D is #8937C2. Grayscale: #A0A0A0. Windows color (decimal): -8992707 or 4049014. OLE color: 4049014.

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

Color convert

RGB11820061-
CMYK0.4100.690.22
HSL95.4º55.82%51.18%-
HSV(B)95.4º69.5%78.43%-
XYZ28.9745.511.67-
YUV159.6472.3398.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 200 (78.52% from 255) = 52.77%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=31.13%
G=52.77%
B=16.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118200610.4100.690.2295.455.8251.18
Hex76C83D29045165f3833
Octal16631075510105261377063
Binary11101101100100011110110100101000101101101011111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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