Html Css Color HEX #74A644 Asparagus

📋 copy color: '#74A644'

red 116 ◦ green 166 ◦ blue 68

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

Shades of Asparagus #74A644

Tints of Asparagus #74A644

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.43%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 33.14%
G = 47.43%
B = 19.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#74A644 (or 0x74A644) is known color: Asparagus. HEX triplet: 74, A6 and 44. RGB value is (116,166,68). Sum of RGB (Red+Green+Blue) = 116+166+68=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #74A644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A644 is #8B59BB. Grayscale: #8C8C8C. Windows color (decimal): -9132476 or 4499060. OLE color: 4499060.

HSL color Cylindrical-coordinate representation of color #74A644: hue angle of 90.61º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74A644 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 166 68 -
CMYK 0.30 0 0.59 0.35
HSL 90.61º 0.42% 0.46% -
HSV(B) 90.61º 0.59% 0.65% -
XYZ 21.88 31.4 10.38 -
YUV 139.88 87.44 110.97 -
System Red Green Blue C M Y K H S L
Decimal 116 166 68 0.30 0 0.59 0.35 90.61 0.42 0.46
Hex 74 A6 44 1E 0 3B 23 5B 2A 2E
Octal 164 246 104 36 0 73 43 133 52 56
Binary 1110100 10100110 1000100 11110 0 111011 100011 1011011 101010 101110

Color Harmonies of #74A644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A644

Black with #74A644

Text Example


Text Example

White with #74A644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,166,68); }

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

background-color css

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

 a { background-color: rgb(116,166,68); }

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

border-color css

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

 span { border-color: rgb(116,166,68); }

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