Html Css Color HEX #749C5D Asparagus

📋 copy color: '#749C5D'

red 116 ◦ green 156 ◦ blue 93

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

Shades of Asparagus #749C5D

Tints of Asparagus #749C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 31.78%
G = 42.74%
B = 25.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#749C5D (or 0x749C5D) is known color: Asparagus. HEX triplet: 74, 9C and 5D. RGB value is (116,156,93). Sum of RGB (Red+Green+Blue) = 116+156+93=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #749C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C5D is #8B63A2. Grayscale: #898989. Windows color (decimal): -9135011 or 6134900. OLE color: 6134900.

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

Color convert

RGB 116 156 93 -
CMYK 0.26 0 0.40 0.39
HSL 98.1º 0.25% 0.49% -
HSV(B) 98.1º 0.4% 0.61% -
XYZ 21.07 28.28 14.7 -
YUV 136.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 116 156 93 0.26 0 0.40 0.39 98.1 0.25 0.49
Hex 74 9C 5D 1A 0 28 27 62 19 31
Octal 164 234 135 32 0 50 47 142 31 61
Binary 1110100 10011100 1011101 11010 0 101000 100111 1100010 11001 110001

Color Harmonies of #749C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C5D

Black with #749C5D

Text Example


Text Example

White with #749C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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