Html Css Color HEX #749B4E Asparagus

📋 copy color: '#749B4E'

red 116 ◦ green 155 ◦ blue 78

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

Shades of Asparagus #749B4E

Tints of Asparagus #749B4E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.41%

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

R = 33.24%
G = 44.41%
B = 22.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#749B4E (or 0x749B4E) is known color: Asparagus. HEX triplet: 74, 9B and 4E. RGB value is (116,155,78). Sum of RGB (Red+Green+Blue) = 116+155+78=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #749B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B4E is #8B64B1. Grayscale: #868686. Windows color (decimal): -9135282 or 5151604. OLE color: 5151604.

HSL color Cylindrical-coordinate representation of color #749B4E: hue angle of 90.39º 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 #749B4E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 78 -
CMYK 0.25 0 0.50 0.39
HSL 90.39º 0.33% 0.46% -
HSV(B) 90.39º 0.5% 0.61% -
XYZ 20.3 27.71 11.49 -
YUV 134.56 96.08 114.76 -
System Red Green Blue C M Y K H S L
Decimal 116 155 78 0.25 0 0.50 0.39 90.39 0.33 0.46
Hex 74 9B 4E 19 0 32 27 5A 21 2E
Octal 164 233 116 31 0 62 47 132 41 56
Binary 1110100 10011011 1001110 11001 0 110010 100111 1011010 100001 101110

Color Harmonies of #749B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B4E

Black with #749B4E

Text Example


Text Example

White with #749B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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