#76AF5B

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

Shades of Asparagus #76AF5B

Tints of Asparagus #76AF5B

Color information

#76AF5B (or 0x76AF5B) is unknown color: approx Asparagus. HEX triplet: 76, AF and 5B. RGB value is (118,175,91). Sum of RGB (Red+Green+Blue) = 118+175+91=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF5B is #8950A4. Grayscale: #949494. Windows color (decimal): -8999077 or 6008694. OLE color: 6008694.

HSL color Cylindrical-coordinate representation of color #76AF5B: hue angle of 100.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76AF5B is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB11817591-
CMYK0.3300.480.31
HSL100.71º34.43%52.16%-
HSV(B)100.71º48%68.63%-
XYZ24.6935.2715.4-
YUV148.3895.62106.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=30.73%
G=45.57%
B=23.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175910.3300.480.31100.7134.4352.16
Hex76AF5B210301F652234
Octal16625713341060371454264
Binary11101101010111110110111000010110000111111100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,175,91); }

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

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

 a { background-color: rgb(118,175,91); }

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

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

 span { border-color: rgb(118,175,91); }

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