#76B84B

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

Shades of Apple #76B84B

Tints of Apple #76B84B

Color information

#76B84B (or 0x76B84B) is unknown color: approx Apple. HEX triplet: 76, B8 and 4B. RGB value is (118,184,75). Sum of RGB (Red+Green+Blue) = 118+184+75=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #76B84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B84B is #8947B4. Grayscale: #989898. Windows color (decimal): -8996789 or 4962422. OLE color: 4962422.

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

Color convert

RGB11818475-
CMYK0.3600.590.28
HSL96.33º43.43%50.78%-
HSV(B)96.33º59.24%72.16%-
XYZ25.8838.6412.75-
YUV151.8484.63103.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 184 (72.27% from 255) = 48.81%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=31.30%
G=48.81%
B=19.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118184750.3600.590.2896.3343.4350.78
Hex76B84B2403B1C602b33
Octal16627011344073341405363
Binary11101101011100010010111001000111011111001100000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,75); }

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

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

 a { background-color: rgb(118,184,75); }

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

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

 span { border-color: rgb(118,184,75); }

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