#749B5D

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

Shades of Asparagus #749B5D

Tints of Asparagus #749B5D

Color information

#749B5D (or 0x749B5D) is unknown color: approx Asparagus. HEX triplet: 74, 9B and 5D. RGB value is (116,155,93). Sum of RGB (Red+Green+Blue) = 116+155+93=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #749B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B5D is #8B64A2. Grayscale: #888888. Windows color (decimal): -9135267 or 6134644. OLE color: 6134644.

HSL color Cylindrical-coordinate representation of color #749B5D: hue angle of 97.74º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749B5D is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB11615593-
CMYK0.2500.40.39
HSL97.74º25%48.63%-
HSV(B)97.74º40%60.78%-
XYZ20.927.9514.65-
YUV136.27103.58113.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=31.87%
G=42.58%
B=25.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155930.2500.40.3997.742548.63
Hex749B5D1902827621931
Octal16423313531050471423161
Binary1110100100110111011101110010101000100111110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,155,93); }

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

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

 a { background-color: rgb(116,155,93); }

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

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

 span { border-color: rgb(116,155,93); }

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