Html Css Color HEX #74A14C Asparagus

📋 copy color: '#74A14C'

red 116 ◦ green 161 ◦ blue 76

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

Shades of Asparagus #74A14C

Tints of Asparagus #74A14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.61%

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

R = 32.86%
G = 45.61%
B = 21.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#74A14C (or 0x74A14C) is known color: Asparagus. HEX triplet: 74, A1 and 4C. RGB value is (116,161,76). Sum of RGB (Red+Green+Blue) = 116+161+76=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #74A14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A14C is #8B5EB3. Grayscale: #8A8A8A. Windows color (decimal): -9133748 or 5022068. OLE color: 5022068.

HSL color Cylindrical-coordinate representation of color #74A14C: hue angle of 91.76º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74A14C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 161 76 -
CMYK 0.28 0 0.53 0.37
HSL 91.76º 0.36% 0.46% -
HSV(B) 91.76º 0.53% 0.63% -
XYZ 21.25 29.72 11.45 -
YUV 137.86 93.09 112.41 -
System Red Green Blue C M Y K H S L
Decimal 116 161 76 0.28 0 0.53 0.37 91.76 0.36 0.46
Hex 74 A1 4C 1C 0 35 25 5C 24 2E
Octal 164 241 114 34 0 65 45 134 44 56
Binary 1110100 10100001 1001100 11100 0 110101 100101 1011100 100100 101110

Color Harmonies of #74A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A14C

Black with #74A14C

Text Example


Text Example

White with #74A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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