Html Css Color HEX #74AB61 Asparagus

📋 copy color: '#74AB61'

red 116 ◦ green 171 ◦ blue 97

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

Shades of Asparagus #74AB61

Tints of Asparagus #74AB61

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

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

R = 30.21%
G = 44.53%
B = 25.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#74AB61 (or 0x74AB61) is known color: Asparagus. HEX triplet: 74, AB and 61. RGB value is (116,171,97). Sum of RGB (Red+Green+Blue) = 116+171+97=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB61 is #8B549E. Grayscale: #929292. Windows color (decimal): -9131167 or 6400884. OLE color: 6400884.

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

Color convert

RGB 116 171 97 -
CMYK 0.32 0 0.43 0.33
HSL 104.59º 0.31% 0.53% -
HSV(B) 104.59º 0.43% 0.67% -
XYZ 23.92 33.7 16.55 -
YUV 146.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 116 171 97 0.32 0 0.43 0.33 104.59 0.31 0.53
Hex 74 AB 61 20 0 2B 21 69 1F 35
Octal 164 253 141 40 0 53 41 151 37 65
Binary 1110100 10101011 1100001 100000 0 101011 100001 1101001 11111 110101

Color Harmonies of #74AB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB61

Black with #74AB61

Text Example


Text Example

White with #74AB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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