#749F62

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

Shades of Asparagus #749F62

Tints of Asparagus #749F62

Color information

#749F62 (or 0x749F62) is unknown color: approx Asparagus. HEX triplet: 74, 9F and 62. RGB value is (116,159,98). Sum of RGB (Red+Green+Blue) = 116+159+98=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #749F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F62 is #8B609D. Grayscale: #8B8B8B. Windows color (decimal): -9134238 or 6463348. OLE color: 6463348.

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

Color convert

RGB11615998-
CMYK0.2700.380.38
HSL102.3º24.11%50.39%-
HSV(B)102.3º38.36%62.35%-
XYZ21.8129.3916.08-
YUV139.19104.75111.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=31.10%
G=42.63%
B=26.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159980.2700.380.38102.324.1150.39
Hex749F621B02626661832
Octal16423714233046461463062
Binary1110100100111111100010110110100110100110110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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