Html Css Color HEX #74944C Asparagus

📋 copy color: '#74944C'

red 116 ◦ green 148 ◦ blue 76

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

Shades of Asparagus #74944C

Tints of Asparagus #74944C

RGB

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

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

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

R = 34.12%
G = 43.53%
B = 22.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#74944C (or 0x74944C) is known color: Asparagus. HEX triplet: 74, 94 and 4C. RGB value is (116,148,76). Sum of RGB (Red+Green+Blue) = 116+148+76=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #74944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74944C is #8B6BB3. Grayscale: #828282. Windows color (decimal): -9137076 or 5018740. OLE color: 5018740.

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

Color convert

RGB 116 148 76 -
CMYK 0.22 0 0.49 0.42
HSL 86.67º 0.32% 0.44% -
HSV(B) 86.67º 0.49% 0.58% -
XYZ 19.1 25.41 10.74 -
YUV 130.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 116 148 76 0.22 0 0.49 0.42 86.67 0.32 0.44
Hex 74 94 4C 16 0 31 2A 57 20 2C
Octal 164 224 114 26 0 61 52 127 40 54
Binary 1110100 10010100 1001100 10110 0 110001 101010 1010111 100000 101100

Color Harmonies of #74944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74944C

Black with #74944C

Text Example


Text Example

White with #74944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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