Html Css Color HEX #74AC61 Asparagus

📋 copy color: '#74AC61'

red 116 ◦ green 172 ◦ blue 97

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

Shades of Asparagus #74AC61

Tints of Asparagus #74AC61

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 30.13%
G = 44.68%
B = 25.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#74AC61 (or 0x74AC61) is known color: Asparagus. HEX triplet: 74, AC and 61. RGB value is (116,172,97). Sum of RGB (Red+Green+Blue) = 116+172+97=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC61 is #8B539E. Grayscale: #929292. Windows color (decimal): -9130911 or 6401140. OLE color: 6401140.

HSL color Cylindrical-coordinate representation of color #74AC61: hue angle of 104.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74AC61 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 97 -
CMYK 0.33 0 0.44 0.33
HSL 104.8º 0.31% 0.53% -
HSV(B) 104.8º 0.44% 0.67% -
XYZ 24.11 34.08 16.62 -
YUV 146.71 99.95 106.1 -
System Red Green Blue C M Y K H S L
Decimal 116 172 97 0.33 0 0.44 0.33 104.8 0.31 0.53
Hex 74 AC 61 21 0 2C 21 69 1F 35
Octal 164 254 141 41 0 54 41 151 37 65
Binary 1110100 10101100 1100001 100001 0 101100 100001 1101001 11111 110101

Color Harmonies of #74AC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC61

Black with #74AC61

Text Example


Text Example

White with #74AC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,97); }

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

background-color css

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

 a { background-color: rgb(116,172,97); }

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

border-color css

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

 span { border-color: rgb(116,172,97); }

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