#76A84B

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

Shades of Asparagus #76A84B

Tints of Asparagus #76A84B

Color information

#76A84B (or 0x76A84B) is unknown color: approx Asparagus. HEX triplet: 76, A8 and 4B. RGB value is (118,168,75). Sum of RGB (Red+Green+Blue) = 118+168+75=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #76A84B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A84B is #8957B4. Grayscale: #8E8E8E. Windows color (decimal): -9000885 or 4958326. OLE color: 4958326.

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

Color convert

RGB11816875-
CMYK0.3000.550.34
HSL92.26º38.27%47.65%-
HSV(B)92.26º55.36%65.88%-
XYZ22.7432.3611.7-
YUV142.4589.94110.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 168 (66.02% from 255) = 46.54%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=32.69%
G=46.54%
B=20.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118168750.3000.550.3492.2638.2747.65
Hex76A84B1E037225c2630
Octal16625011336067421344660
Binary11101101010100010010111111001101111000101011100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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