Html Css Color HEX #749B4C Asparagus

📋 copy color: '#749B4C'

red 116 ◦ green 155 ◦ blue 76

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

Shades of Asparagus #749B4C

Tints of Asparagus #749B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 33.43%
G = 44.67%
B = 21.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#749B4C (or 0x749B4C) is known color: Asparagus. HEX triplet: 74, 9B and 4C. RGB value is (116,155,76). Sum of RGB (Red+Green+Blue) = 116+155+76=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #749B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B4C is #8B64B3. Grayscale: #868686. Windows color (decimal): -9135284 or 5020532. OLE color: 5020532.

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

Color convert

RGB 116 155 76 -
CMYK 0.25 0 0.51 0.39
HSL 89.62º 0.34% 0.45% -
HSV(B) 89.62º 0.51% 0.61% -
XYZ 20.23 27.68 11.11 -
YUV 134.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 116 155 76 0.25 0 0.51 0.39 89.62 0.34 0.45
Hex 74 9B 4C 19 0 33 27 5A 22 2D
Octal 164 233 114 31 0 63 47 132 42 55
Binary 1110100 10011011 1001100 11001 0 110011 100111 1011010 100010 101101

Color Harmonies of #749B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B4C

Black with #749B4C

Text Example


Text Example

White with #749B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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