Html Css Color HEX #749C50 Asparagus

📋 copy color: '#749C50'

red 116 ◦ green 156 ◦ blue 80

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

Shades of Asparagus #749C50

Tints of Asparagus #749C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

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

R = 32.95%
G = 44.32%
B = 22.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#749C50 (or 0x749C50) is known color: Asparagus. HEX triplet: 74, 9C and 50. RGB value is (116,156,80). Sum of RGB (Red+Green+Blue) = 116+156+80=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #749C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C50 is #8B63AF. Grayscale: #878787. Windows color (decimal): -9135024 or 5282932. OLE color: 5282932.

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

Color convert

RGB 116 156 80 -
CMYK 0.26 0 0.49 0.39
HSL 91.58º 0.32% 0.46% -
HSV(B) 91.58º 0.49% 0.61% -
XYZ 20.54 28.07 11.92 -
YUV 135.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 116 156 80 0.26 0 0.49 0.39 91.58 0.32 0.46
Hex 74 9C 50 1A 0 31 27 5C 20 2E
Octal 164 234 120 32 0 61 47 134 40 56
Binary 1110100 10011100 1010000 11010 0 110001 100111 1011100 100000 101110

Color Harmonies of #749C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C50

Black with #749C50

Text Example


Text Example

White with #749C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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