Html Css Color HEX #749550 Asparagus

📋 copy color: '#749550'

red 116 ◦ green 149 ◦ blue 80

#749550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #749550

Tints of Asparagus #749550

RGB

 RED value IS 116 (45.7% from 255) = 33.62%

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 33.62%
G = 43.19%
B = 23.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#749550 (or 0x749550) is known color: Asparagus. HEX triplet: 74, 95 and 50. RGB value is (116,149,80). Sum of RGB (Red+Green+Blue) = 116+149+80=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #749550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749550 is #8B6AAF. Grayscale: #838383. Windows color (decimal): -9136816 or 5281140. OLE color: 5281140.

HSL color Cylindrical-coordinate representation of color #749550: hue angle of 88.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749550 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 80 -
CMYK 0.22 0 0.46 0.42
HSL 88.7º 0.3% 0.45% -
HSV(B) 88.7º 0.46% 0.58% -
XYZ 19.4 25.79 11.54 -
YUV 131.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 116 149 80 0.22 0 0.46 0.42 88.7 0.3 0.45
Hex 74 95 50 16 0 2E 2A 59 1E 2D
Octal 164 225 120 26 0 56 52 131 36 55
Binary 1110100 10010101 1010000 10110 0 101110 101010 1011001 11110 101101

Color Harmonies of #749550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749550

Black with #749550

Text Example


Text Example

White with #749550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749550; }

 p { color: rgb(116,149,80); }

 H1.HeaderClassName
 {
   color: #749550;
 }
 .AnyTagClassName
 {
   color: #749550;
 }
</style>

background-color css

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

 a { background-color: rgb(116,149,80); }

 div.DivClassName
 {
   background-color: #749550;
 }
 .BgClassName
 {
   background-color: #749550;
 }
</style>

border-color css

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

 span { border-color: rgb(116,149,80); }

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