Html Css Color HEX #74A949 Asparagus

📋 copy color: '#74A949'

red 116 ◦ green 169 ◦ blue 73

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

Shades of Asparagus #74A949

Tints of Asparagus #74A949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.21%

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 32.4%
G = 47.21%
B = 20.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#74A949 (or 0x74A949) is known color: Asparagus. HEX triplet: 74, A9 and 49. RGB value is (116,169,73). Sum of RGB (Red+Green+Blue) = 116+169+73=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #74A949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A949 is #8B56B6. Grayscale: #8E8E8E. Windows color (decimal): -9131703 or 4827508. OLE color: 4827508.

HSL color Cylindrical-coordinate representation of color #74A949: hue angle of 93.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74A949 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 73 -
CMYK 0.31 0 0.57 0.34
HSL 93.13º 0.4% 0.47% -
HSV(B) 93.13º 0.57% 0.66% -
XYZ 22.59 32.57 11.4 -
YUV 142.21 88.94 109.31 -
System Red Green Blue C M Y K H S L
Decimal 116 169 73 0.31 0 0.57 0.34 93.13 0.4 0.47
Hex 74 A9 49 1F 0 39 22 5D 28 2F
Octal 164 251 111 37 0 71 42 135 50 57
Binary 1110100 10101001 1001001 11111 0 111001 100010 1011101 101000 101111

Color Harmonies of #74A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A949

Black with #74A949

Text Example


Text Example

White with #74A949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,169,73); }

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

background-color css

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

 a { background-color: rgb(116,169,73); }

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

border-color css

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

 span { border-color: rgb(116,169,73); }

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