#74A65B

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

Shades of Asparagus #74A65B

Tints of Asparagus #74A65B

Color information

#74A65B (or 0x74A65B) is unknown color: approx Asparagus. HEX triplet: 74, A6 and 5B. RGB value is (116,166,91). Sum of RGB (Red+Green+Blue) = 116+166+91=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #74A65B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A65B is #8B59A4. Grayscale: #8E8E8E. Windows color (decimal): -9132453 or 6006388. OLE color: 6006388.

HSL color Cylindrical-coordinate representation of color #74A65B: hue angle of 100º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74A65B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB11616691-
CMYK0.3000.450.35
HSL100º29.64%50.39%-
HSV(B)100º45.18%65.1%-
XYZ22.7331.7414.83-
YUV142.598.94109.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=31.10%
G=44.50%
B=24.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116166910.3000.450.3510029.6450.39
Hex74A65B1E02D23641e32
Octal16424613336055431443662
Binary1110100101001101011011111100101101100011110010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,166,91); }

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

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

 a { background-color: rgb(116,166,91); }

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

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

 span { border-color: rgb(116,166,91); }

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