Html Css Color HEX #74944D Asparagus

📋 copy color: '#74944D'

red 116 ◦ green 148 ◦ blue 77

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

Shades of Asparagus #74944D

Tints of Asparagus #74944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 34.02%
G = 43.4%
B = 22.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#74944D (or 0x74944D) is known color: Asparagus. HEX triplet: 74, 94 and 4D. RGB value is (116,148,77). Sum of RGB (Red+Green+Blue) = 116+148+77=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #74944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74944D is #8B6BB2. Grayscale: #828282. Windows color (decimal): -9137075 or 5084276. OLE color: 5084276.

HSL color Cylindrical-coordinate representation of color #74944D: hue angle of 87.04º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74944D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 77 -
CMYK 0.22 0 0.48 0.42
HSL 87.04º 0.32% 0.44% -
HSV(B) 87.04º 0.48% 0.58% -
XYZ 19.13 25.43 10.92 -
YUV 130.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 116 148 77 0.22 0 0.48 0.42 87.04 0.32 0.44
Hex 74 94 4D 16 0 30 2A 57 20 2C
Octal 164 224 115 26 0 60 52 127 40 54
Binary 1110100 10010100 1001101 10110 0 110000 101010 1010111 100000 101100

Color Harmonies of #74944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74944D

Black with #74944D

Text Example


Text Example

White with #74944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74944D; }

 p { color: rgb(116,148,77); }

 H1.HeaderClassName
 {
   color: #74944D;
 }
 .AnyTagClassName
 {
   color: #74944D;
 }
</style>

background-color css

<style>
 a { background-color: #74944D; }

 a { background-color: rgb(116,148,77); }

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

border-color css

<style>
 span { border-color: #74944D; }

 span { border-color: rgb(116,148,77); }

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