Html Css Color HEX #749D4D Asparagus

📋 copy color: '#749D4D'

red 116 ◦ green 157 ◦ blue 77

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

Shades of Asparagus #749D4D

Tints of Asparagus #749D4D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 33.14%
G = 44.86%
B = 22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#749D4D (or 0x749D4D) is known color: Asparagus. HEX triplet: 74, 9D and 4D. RGB value is (116,157,77). Sum of RGB (Red+Green+Blue) = 116+157+77=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #749D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D4D is #8B62B2. Grayscale: #878787. Windows color (decimal): -9134771 or 5086580. OLE color: 5086580.

HSL color Cylindrical-coordinate representation of color #749D4D: hue angle of 90.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749D4D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 77 -
CMYK 0.26 0 0.51 0.38
HSL 90.75º 0.34% 0.46% -
HSV(B) 90.75º 0.51% 0.62% -
XYZ 20.6 28.36 11.41 -
YUV 135.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 116 157 77 0.26 0 0.51 0.38 90.75 0.34 0.46
Hex 74 9D 4D 1A 0 33 26 5B 22 2E
Octal 164 235 115 32 0 63 46 133 42 56
Binary 1110100 10011101 1001101 11010 0 110011 100110 1011011 100010 101110

Color Harmonies of #749D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D4D

Black with #749D4D

Text Example


Text Example

White with #749D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,77); }

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

background-color css

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

 a { background-color: rgb(116,157,77); }

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

border-color css

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

 span { border-color: rgb(116,157,77); }

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