#76B74A

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

Shades of Apple #76B74A

Tints of Apple #76B74A

Color information

#76B74A (or 0x76B74A) is unknown color: approx Apple. HEX triplet: 76, B7 and 4A. RGB value is (118,183,74). Sum of RGB (Red+Green+Blue) = 118+183+74=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #76B74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B74A is #8948B5. Grayscale: #979797. Windows color (decimal): -8997046 or 4896630. OLE color: 4896630.

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

Color convert

RGB11818374-
CMYK0.3600.600.28
HSL95.78º43.08%50.39%-
HSV(B)95.78º59.56%71.76%-
XYZ25.6438.2112.5-
YUV151.1484.47104.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=31.47%
G=48.8%
B=19.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183740.3600.600.2895.7843.0850.39
Hex76B74A2403C1C602b32
Octal16626711244074341405362
Binary11101101011011110010101001000111100111001100000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,74); }

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

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

 a { background-color: rgb(118,183,74); }

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

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

 span { border-color: rgb(118,183,74); }

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