#749E61

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

Shades of Asparagus #749E61

Tints of Asparagus #749E61

Color information

#749E61 (or 0x749E61) is unknown color: approx Asparagus. HEX triplet: 74, 9E and 61. RGB value is (116,158,97). Sum of RGB (Red+Green+Blue) = 116+158+97=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #749E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E61 is #8B619E. Grayscale: #8A8A8A. Windows color (decimal): -9134495 or 6397556. OLE color: 6397556.

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

Color convert

RGB11615897-
CMYK0.2700.390.38
HSL101.31º23.92%50%-
HSV(B)101.31º38.61%61.96%-
XYZ21.5929.0315.77-
YUV138.49104.59111.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=31.27%
G=42.59%
B=26.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158970.2700.390.38101.3123.9250
Hex749E611B02726651832
Octal16423614133047461453062
Binary1110100100111101100001110110100111100110110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,158,97); }

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

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

 a { background-color: rgb(116,158,97); }

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

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

 span { border-color: rgb(116,158,97); }

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