Html Css Color HEX #749B62 Asparagus

📋 copy color: '#749B62'

red 116 ◦ green 155 ◦ blue 98

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

Shades of Asparagus #749B62

Tints of Asparagus #749B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 31.44%
G = 42.01%
B = 26.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#749B62 (or 0x749B62) is known color: Asparagus. HEX triplet: 74, 9B and 62. RGB value is (116,155,98). Sum of RGB (Red+Green+Blue) = 116+155+98=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #749B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B62 is #8B649D. Grayscale: #898989. Windows color (decimal): -9135262 or 6462324. OLE color: 6462324.

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

Color convert

RGB 116 155 98 -
CMYK 0.25 0 0.37 0.39
HSL 101.05º 0.23% 0.5% -
HSV(B) 101.05º 0.37% 0.61% -
XYZ 21.13 28.04 15.85 -
YUV 136.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 116 155 98 0.25 0 0.37 0.39 101.05 0.23 0.5
Hex 74 9B 62 19 0 25 27 65 17 32
Octal 164 233 142 31 0 45 47 145 27 62
Binary 1110100 10011011 1100010 11001 0 100101 100111 1100101 10111 110010

Color Harmonies of #749B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B62

Black with #749B62

Text Example


Text Example

White with #749B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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