#76B54F

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

Shades of Apple #76B54F

Tints of Apple #76B54F

Color information

#76B54F (or 0x76B54F) is unknown color: approx Apple. HEX triplet: 76, B5 and 4F. RGB value is (118,181,79). Sum of RGB (Red+Green+Blue) = 118+181+79=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #76B54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B54F is #894AB0. Grayscale: #969696. Windows color (decimal): -8997553 or 5223798. OLE color: 5223798.

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

Color convert

RGB11818179-
CMYK0.3500.560.29
HSL97.06º40.8%50.98%-
HSV(B)97.06º56.35%70.98%-
XYZ25.4137.4613.29-
YUV150.5487.63104.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=31.22%
G=47.88%
B=20.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118181790.3500.560.2997.0640.850.98
Hex76B54F230381D612933
Octal16626511743070351415163
Binary11101101011010110011111000110111000111011100001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,79); }

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

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

 a { background-color: rgb(118,181,79); }

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

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

 span { border-color: rgb(118,181,79); }

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