Html Css Color HEX #74974D Asparagus

📋 copy color: '#74974D'

red 116 ◦ green 151 ◦ blue 77

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

Shades of Asparagus #74974D

Tints of Asparagus #74974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

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

R = 33.72%
G = 43.9%
B = 22.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#74974D (or 0x74974D) is known color: Asparagus. HEX triplet: 74, 97 and 4D. RGB value is (116,151,77). Sum of RGB (Red+Green+Blue) = 116+151+77=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #74974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74974D is #8B68B2. Grayscale: #848484. Windows color (decimal): -9136307 or 5085044. OLE color: 5085044.

HSL color Cylindrical-coordinate representation of color #74974D: hue angle of 88.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74974D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 77 -
CMYK 0.23 0 0.49 0.41
HSL 88.38º 0.32% 0.45% -
HSV(B) 88.38º 0.49% 0.59% -
XYZ 19.61 26.38 11.08 -
YUV 132.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 116 151 77 0.23 0 0.49 0.41 88.38 0.32 0.45
Hex 74 97 4D 17 0 31 29 58 20 2D
Octal 164 227 115 27 0 61 51 130 40 55
Binary 1110100 10010111 1001101 10111 0 110001 101001 1011000 100000 101101

Color Harmonies of #74974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74974D

Black with #74974D

Text Example


Text Example

White with #74974D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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