#76BE3C

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

Shades of Apple #76BE3C

Tints of Apple #76BE3C

Color information

#76BE3C (or 0x76BE3C) is unknown color: approx Apple. HEX triplet: 76, BE and 3C. RGB value is (118,190,60). Sum of RGB (Red+Green+Blue) = 118+190+60=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE3C is #8941C3. Grayscale: #9A9A9A. Windows color (decimal): -8995268 or 3980918. OLE color: 3980918.

HSL color Cylindrical-coordinate representation of color #76BE3C: hue angle of 93.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76BE3C is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB11819060-
CMYK0.3800.680.25
HSL93.23º52%49.02%-
HSV(B)93.23º68.42%74.51%-
XYZ26.74110.78-
YUV153.6575.15102.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=32.07%
G=51.63%
B=16.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190600.3800.680.2593.235249.02
Hex76BE3C26044195d3431
Octal16627674460104311356461
Binary11101101011111011110010011001000100110011011101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,190,60); }

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

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

 a { background-color: rgb(118,190,60); }

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

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

 span { border-color: rgb(118,190,60); }

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