Html Css Color HEX #74A65A Asparagus

📋 copy color: '#74A65A'

red 116 ◦ green 166 ◦ blue 90

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

Shades of Asparagus #74A65A

Tints of Asparagus #74A65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 31.18%
G = 44.62%
B = 24.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#74A65A (or 0x74A65A) is known color: Asparagus. HEX triplet: 74, A6 and 5A. RGB value is (116,166,90). Sum of RGB (Red+Green+Blue) = 116+166+90=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #74A65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A65A is #8B59A5. Grayscale: #8E8E8E. Windows color (decimal): -9132454 or 5940852. OLE color: 5940852.

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

Color convert

RGB 116 166 90 -
CMYK 0.30 0 0.46 0.35
HSL 99.47º 0.3% 0.5% -
HSV(B) 99.47º 0.46% 0.65% -
XYZ 22.68 31.72 14.6 -
YUV 142.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 116 166 90 0.30 0 0.46 0.35 99.47 0.3 0.5
Hex 74 A6 5A 1E 0 2E 23 63 1E 32
Octal 164 246 132 36 0 56 43 143 36 62
Binary 1110100 10100110 1011010 11110 0 101110 100011 1100011 11110 110010

Color Harmonies of #74A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A65A

Black with #74A65A

Text Example


Text Example

White with #74A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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