#76A84F

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

Shades of Asparagus #76A84F

Tints of Asparagus #76A84F

Color information

#76A84F (or 0x76A84F) is unknown color: approx Asparagus. HEX triplet: 76, A8 and 4F. RGB value is (118,168,79). Sum of RGB (Red+Green+Blue) = 118+168+79=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #76A84F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A84F is #8957B0. Grayscale: #8F8F8F. Windows color (decimal): -9000881 or 5220470. OLE color: 5220470.

HSL color Cylindrical-coordinate representation of color #76A84F: hue angle of 93.71º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A84F is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB11816879-
CMYK0.3000.530.34
HSL93.71º36.03%48.43%-
HSV(B)93.71º52.98%65.88%-
XYZ22.8932.4212.45-
YUV142.991.94110.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 168 (66.02% from 255) = 46.03%
BLUE value IS 79 (31.25% from 255) = 21.64%
R=32.33%
G=46.03%
B=21.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118168790.3000.530.3493.7136.0348.43
Hex76A84F1E035225e2430
Octal16625011736065421364460
Binary11101101010100010011111111001101011000101011110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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