Html Css Color HEX #74A34D Asparagus

📋 copy color: '#74A34D'

red 116 ◦ green 163 ◦ blue 77

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

Shades of Asparagus #74A34D

Tints of Asparagus #74A34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.79%

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

R = 32.58%
G = 45.79%
B = 21.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#74A34D (or 0x74A34D) is known color: Asparagus. HEX triplet: 74, A3 and 4D. RGB value is (116,163,77). Sum of RGB (Red+Green+Blue) = 116+163+77=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #74A34D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A34D is #8B5CB2. Grayscale: #8B8B8B. Windows color (decimal): -9133235 or 5088116. OLE color: 5088116.

HSL color Cylindrical-coordinate representation of color #74A34D: hue angle of 92.79º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74A34D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 163 77 -
CMYK 0.29 0 0.53 0.36
HSL 92.79º 0.36% 0.47% -
HSV(B) 92.79º 0.53% 0.64% -
XYZ 21.64 30.44 11.76 -
YUV 139.14 92.93 111.49 -
System Red Green Blue C M Y K H S L
Decimal 116 163 77 0.29 0 0.53 0.36 92.79 0.36 0.47
Hex 74 A3 4D 1D 0 35 24 5D 24 2F
Octal 164 243 115 35 0 65 44 135 44 57
Binary 1110100 10100011 1001101 11101 0 110101 100100 1011101 100100 101111

Color Harmonies of #74A34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A34D

Black with #74A34D

Text Example


Text Example

White with #74A34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A34D; }

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

 H1.HeaderClassName
 {
   color: #74A34D;
 }
 .AnyTagClassName
 {
   color: #74A34D;
 }
</style>

background-color css

<style>
 a { background-color: #74A34D; }

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

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

border-color css

<style>
 span { border-color: #74A34D; }

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

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