Html Css Color HEX #74A147 Asparagus

📋 copy color: '#74A147'

red 116 ◦ green 161 ◦ blue 71

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

Shades of Asparagus #74A147

Tints of Asparagus #74A147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 33.33%
G = 46.26%
B = 20.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#74A147 (or 0x74A147) is known color: Asparagus. HEX triplet: 74, A1 and 47. RGB value is (116,161,71). Sum of RGB (Red+Green+Blue) = 116+161+71=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #74A147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A147 is #8B5EB8. Grayscale: #898989. Windows color (decimal): -9133753 or 4694388. OLE color: 4694388.

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

Color convert

RGB 116 161 71 -
CMYK 0.28 0 0.56 0.37
HSL 90º 0.39% 0.45% -
HSV(B) 90º 0.56% 0.63% -
XYZ 21.08 29.66 10.57 -
YUV 137.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 116 161 71 0.28 0 0.56 0.37 90 0.39 0.45
Hex 74 A1 47 1C 0 38 25 5A 27 2D
Octal 164 241 107 34 0 70 45 132 47 55
Binary 1110100 10100001 1000111 11100 0 111000 100101 1011010 100111 101101

Color Harmonies of #74A147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A147

Black with #74A147

Text Example


Text Example

White with #74A147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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