#74A456

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

Shades of Asparagus #74A456

Tints of Asparagus #74A456

Color information

#74A456 (or 0x74A456) is unknown color: approx Asparagus. HEX triplet: 74, A4 and 56. RGB value is (116,164,86). Sum of RGB (Red+Green+Blue) = 116+164+86=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #74A456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A456 is #8B5BA9. Grayscale: #8D8D8D. Windows color (decimal): -9132970 or 5678196. OLE color: 5678196.

HSL color Cylindrical-coordinate representation of color #74A456: hue angle of 96.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A456 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB11616486-
CMYK0.2900.480.36
HSL96.92º31.2%49.02%-
HSV(B)96.92º47.56%64.31%-
XYZ22.1630.9413.61-
YUV140.7697.1110.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=31.69%
G=44.81%
B=23.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116164860.2900.480.3696.9231.249.02
Hex74A4561D03024611f31
Octal16424412635060441413761
Binary1110100101001001010110111010110000100100110000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A456; }

 p { color: rgb(116,164,86); }

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

<style>
 a { background-color: #74A456; }

 a { background-color: rgb(116,164,86); }

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

<style>
 span { border-color: #74A456; }

 span { border-color: rgb(116,164,86); }

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