#749F47

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

Shades of Asparagus #749F47

Tints of Asparagus #749F47

Color information

#749F47 (or 0x749F47) is unknown color: approx Asparagus. HEX triplet: 74, 9F and 47. RGB value is (116,159,71). Sum of RGB (Red+Green+Blue) = 116+159+71=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #749F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F47 is #8B60B8. Grayscale: #888888. Windows color (decimal): -9134265 or 4693876. OLE color: 4693876.

HSL color Cylindrical-coordinate representation of color #749F47: hue angle of 89.32º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749F47 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB11615971-
CMYK0.2700.550.38
HSL89.32º38.26%45.1%-
HSV(B)89.32º55.35%62.35%-
XYZ20.7428.9610.46-
YUV136.1191.25113.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=33.53%
G=45.95%
B=20.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159710.2700.550.3889.3238.2645.1
Hex749F471B0372659262d
Octal16423710733067461314655
Binary11101001001111110001111101101101111001101011001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749F47; }

 p { color: rgb(116,159,71); }

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

<style>
 a { background-color: #749F47; }

 a { background-color: rgb(116,159,71); }

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

<style>
 span { border-color: #749F47; }

 span { border-color: rgb(116,159,71); }

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