Html Css Color HEX #74A145 Asparagus

📋 copy color: '#74A145'

red 116 ◦ green 161 ◦ blue 69

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

Shades of Asparagus #74A145

Tints of Asparagus #74A145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 33.53%
G = 46.53%
B = 19.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#74A145 (or 0x74A145) is known color: Asparagus. HEX triplet: 74, A1 and 45. RGB value is (116,161,69). Sum of RGB (Red+Green+Blue) = 116+161+69=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #74A145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A145 is #8B5EBA. Grayscale: #898989. Windows color (decimal): -9133755 or 4563316. OLE color: 4563316.

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

Color convert

RGB 116 161 69 -
CMYK 0.28 0 0.57 0.37
HSL 89.35º 0.4% 0.45% -
HSV(B) 89.35º 0.57% 0.63% -
XYZ 21.02 29.63 10.24 -
YUV 137.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 116 161 69 0.28 0 0.57 0.37 89.35 0.4 0.45
Hex 74 A1 45 1C 0 39 25 59 28 2D
Octal 164 241 105 34 0 71 45 131 50 55
Binary 1110100 10100001 1000101 11100 0 111001 100101 1011001 101000 101101

Color Harmonies of #74A145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A145

Black with #74A145

Text Example


Text Example

White with #74A145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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