#76A25E

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

Shades of Asparagus #76A25E

Tints of Asparagus #76A25E

Color information

#76A25E (or 0x76A25E) is unknown color: approx Asparagus. HEX triplet: 76, A2 and 5E. RGB value is (118,162,94). Sum of RGB (Red+Green+Blue) = 118+162+94=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #76A25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A25E is #895DA1. Grayscale: #8D8D8D. Windows color (decimal): -9002402 or 6201974. OLE color: 6201974.

HSL color Cylindrical-coordinate representation of color #76A25E: hue angle of 98.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A25E is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB11816294-
CMYK0.2700.420.36
HSL98.82º26.77%50.2%-
HSV(B)98.82º41.98%63.53%-
XYZ22.4130.515.3-
YUV141.09101.42111.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=31.55%
G=43.32%
B=25.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162940.2700.420.3698.8226.7750.2
Hex76A25E1B02A24631b32
Octal16624213633052441433362
Binary1110110101000101011110110110101010100100110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,162,94); }

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

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

 a { background-color: rgb(118,162,94); }

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

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

 span { border-color: rgb(118,162,94); }

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