#74A645

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

Shades of Asparagus #74A645

Tints of Asparagus #74A645

Color information

#74A645 (or 0x74A645) is unknown color: approx Asparagus. HEX triplet: 74, A6 and 45. RGB value is (116,166,69). Sum of RGB (Red+Green+Blue) = 116+166+69=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #74A645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A645 is #8B59BA. Grayscale: #8C8C8C. Windows color (decimal): -9132475 or 4564596. OLE color: 4564596.

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

Color convert

RGB11616669-
CMYK0.3000.580.35
HSL90.93º41.28%46.08%-
HSV(B)90.93º58.43%65.1%-
XYZ21.9131.4210.54-
YUV139.9987.94110.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=33.05%
G=47.29%
B=19.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116166690.3000.580.3590.9341.2846.08
Hex74A6451E03A235b292e
Octal16424610536072431335156
Binary11101001010011010001011111001110101000111011011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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