#74964C

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

Shades of Asparagus #74964C

Tints of Asparagus #74964C

Color information

#74964C (or 0x74964C) is unknown color: approx Asparagus. HEX triplet: 74, 96 and 4C. RGB value is (116,150,76). Sum of RGB (Red+Green+Blue) = 116+150+76=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #74964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74964C is #8B69B3. Grayscale: #838383. Windows color (decimal): -9136564 or 5019252. OLE color: 5019252.

HSL color Cylindrical-coordinate representation of color #74964C: hue angle of 87.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74964C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB11615076-
CMYK0.2300.490.41
HSL87.57º32.74%44.31%-
HSV(B)87.57º49.33%58.82%-
XYZ19.4126.0510.84-
YUV131.496.74117.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 76 (30.08% from 255) = 22.22%
R=33.92%
G=43.86%
B=22.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150760.2300.490.4187.5732.7444.31
Hex74964C170312958212c
Octal16422611427061511304154
Binary11101001001011010011001011101100011010011011000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74964C; }

 p { color: rgb(116,150,76); }

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

<style>
 a { background-color: #74964C; }

 a { background-color: rgb(116,150,76); }

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

<style>
 span { border-color: #74964C; }

 span { border-color: rgb(116,150,76); }

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