Html Css Color HEX #749D4C Asparagus

📋 copy color: '#749D4C'

red 116 ◦ green 157 ◦ blue 76

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

Shades of Asparagus #749D4C

Tints of Asparagus #749D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 33.24%
G = 44.99%
B = 21.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#749D4C (or 0x749D4C) is known color: Asparagus. HEX triplet: 74, 9D and 4C. RGB value is (116,157,76). Sum of RGB (Red+Green+Blue) = 116+157+76=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #749D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D4C is #8B62B3. Grayscale: #878787. Windows color (decimal): -9134772 or 5021044. OLE color: 5021044.

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

Color convert

RGB 116 157 76 -
CMYK 0.26 0 0.52 0.38
HSL 90.37º 0.35% 0.46% -
HSV(B) 90.37º 0.52% 0.62% -
XYZ 20.56 28.35 11.23 -
YUV 135.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 116 157 76 0.26 0 0.52 0.38 90.37 0.35 0.46
Hex 74 9D 4C 1A 0 34 26 5A 23 2E
Octal 164 235 114 32 0 64 46 132 43 56
Binary 1110100 10011101 1001100 11010 0 110100 100110 1011010 100011 101110

Color Harmonies of #749D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D4C

Black with #749D4C

Text Example


Text Example

White with #749D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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