#749F45

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

Shades of Asparagus #749F45

Tints of Asparagus #749F45

Color information

#749F45 (or 0x749F45) is unknown color: approx Asparagus. HEX triplet: 74, 9F and 45. RGB value is (116,159,69). Sum of RGB (Red+Green+Blue) = 116+159+69=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #749F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F45 is #8B60BA. Grayscale: #888888. Windows color (decimal): -9134267 or 4562804. OLE color: 4562804.

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

Color convert

RGB11615969-
CMYK0.2700.570.38
HSL88.67º39.47%44.71%-
HSV(B)88.67º56.6%62.35%-
XYZ20.6728.9410.13-
YUV135.8890.25113.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=33.72%
G=46.22%
B=20.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159690.2700.570.3888.6739.4744.71
Hex749F451B0392659272d
Octal16423710533071461314755
Binary11101001001111110001011101101110011001101011001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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