Html Css Color HEX #749B5D Asparagus

📋 copy color: '#749B5D'

red 116 ◦ green 155 ◦ blue 93

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

Shades of Asparagus #749B5D

Tints of Asparagus #749B5D

RGB

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

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

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

R = 31.87%
G = 42.58%
B = 25.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#749B5D (or 0x749B5D) is known color: Asparagus. HEX triplet: 74, 9B and 5D. RGB value is (116,155,93). Sum of RGB (Red+Green+Blue) = 116+155+93=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #749B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B5D is #8B64A2. Grayscale: #888888. Windows color (decimal): -9135267 or 6134644. OLE color: 6134644.

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

Color convert

RGB 116 155 93 -
CMYK 0.25 0 0.4 0.39
HSL 97.74º 0.25% 0.49% -
HSV(B) 97.74º 0.4% 0.61% -
XYZ 20.9 27.95 14.65 -
YUV 136.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 116 155 93 0.25 0 0.4 0.39 97.74 0.25 0.49
Hex 74 9B 5D 19 0 28 27 62 19 31
Octal 164 233 135 31 0 50 47 142 31 61
Binary 1110100 10011011 1011101 11001 0 101000 100111 1100010 11001 110001

Color Harmonies of #749B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B5D

Black with #749B5D

Text Example


Text Example

White with #749B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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