Html Css Color HEX #74AD5E Asparagus

📋 copy color: '#74AD5E'

red 116 ◦ green 173 ◦ blue 94

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

Shades of Asparagus #74AD5E

Tints of Asparagus #74AD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 30.29%
G = 45.17%
B = 24.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#74AD5E (or 0x74AD5E) is known color: Asparagus. HEX triplet: 74, AD and 5E. RGB value is (116,173,94). Sum of RGB (Red+Green+Blue) = 116+173+94=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD5E is #8B52A1. Grayscale: #939393. Windows color (decimal): -9130658 or 6204788. OLE color: 6204788.

HSL color Cylindrical-coordinate representation of color #74AD5E: hue angle of 103.29º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74AD5E is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 94 -
CMYK 0.33 0 0.46 0.32
HSL 103.29º 0.33% 0.52% -
HSV(B) 103.29º 0.46% 0.68% -
XYZ 24.17 34.41 15.96 -
YUV 146.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 116 173 94 0.33 0 0.46 0.32 103.29 0.33 0.52
Hex 74 AD 5E 21 0 2E 20 67 21 34
Octal 164 255 136 41 0 56 40 147 41 64
Binary 1110100 10101101 1011110 100001 0 101110 100000 1100111 100001 110100

Color Harmonies of #74AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD5E

Black with #74AD5E

Text Example


Text Example

White with #74AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,94); }

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

background-color css

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

 a { background-color: rgb(116,173,94); }

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

border-color css

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

 span { border-color: rgb(116,173,94); }

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