#76AF5A

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

Shades of Asparagus #76AF5A

Tints of Asparagus #76AF5A

Color information

#76AF5A (or 0x76AF5A) is unknown color: approx Asparagus. HEX triplet: 76, AF and 5A. RGB value is (118,175,90). Sum of RGB (Red+Green+Blue) = 118+175+90=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF5A is #8950A5. Grayscale: #949494. Windows color (decimal): -8999078 or 5943158. OLE color: 5943158.

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

Color convert

RGB11817590-
CMYK0.3300.490.31
HSL100.24º34.69%51.96%-
HSV(B)100.24º48.57%68.63%-
XYZ24.6535.2515.18-
YUV148.2795.12106.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=30.81%
G=45.69%
B=23.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175900.3300.490.31100.2434.6951.96
Hex76AF5A210311F642334
Octal16625713241061371444364
Binary11101101010111110110101000010110001111111100100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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