Html Css Color HEX #749C4E Asparagus

📋 copy color: '#749C4E'

red 116 ◦ green 156 ◦ blue 78

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

Shades of Asparagus #749C4E

Tints of Asparagus #749C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 33.14%
G = 44.57%
B = 22.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#749C4E (or 0x749C4E) is known color: Asparagus. HEX triplet: 74, 9C and 4E. RGB value is (116,156,78). Sum of RGB (Red+Green+Blue) = 116+156+78=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #749C4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C4E is #8B63B1. Grayscale: #878787. Windows color (decimal): -9135026 or 5151860. OLE color: 5151860.

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

Color convert

RGB 116 156 78 -
CMYK 0.26 0 0.5 0.39
HSL 90.77º 0.33% 0.46% -
HSV(B) 90.77º 0.5% 0.61% -
XYZ 20.47 28.04 11.54 -
YUV 135.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 116 156 78 0.26 0 0.5 0.39 90.77 0.33 0.46
Hex 74 9C 4E 1A 0 32 27 5B 21 2E
Octal 164 234 116 32 0 62 47 133 41 56
Binary 1110100 10011100 1001110 11010 0 110010 100111 1011011 100001 101110

Color Harmonies of #749C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C4E

Black with #749C4E

Text Example


Text Example

White with #749C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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