Html Css Color HEX #74A55D Asparagus

📋 copy color: '#74A55D'

red 116 ◦ green 165 ◦ blue 93

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

Shades of Asparagus #74A55D

Tints of Asparagus #74A55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 31.02%
G = 44.12%
B = 24.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#74A55D (or 0x74A55D) is known color: Asparagus. HEX triplet: 74, A5 and 5D. RGB value is (116,165,93). Sum of RGB (Red+Green+Blue) = 116+165+93=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #74A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A55D is #8B5AA2. Grayscale: #8E8E8E. Windows color (decimal): -9132707 or 6137204. OLE color: 6137204.

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

Color convert

RGB 116 165 93 -
CMYK 0.30 0 0.44 0.35
HSL 100.83º 0.29% 0.51% -
HSV(B) 100.83º 0.44% 0.65% -
XYZ 22.63 31.41 15.23 -
YUV 142.14 100.27 109.35 -
System Red Green Blue C M Y K H S L
Decimal 116 165 93 0.30 0 0.44 0.35 100.83 0.29 0.51
Hex 74 A5 5D 1E 0 2C 23 65 1D 33
Octal 164 245 135 36 0 54 43 145 35 63
Binary 1110100 10100101 1011101 11110 0 101100 100011 1100101 11101 110011

Color Harmonies of #74A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A55D

Black with #74A55D

Text Example


Text Example

White with #74A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,165,93); }

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

background-color css

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

 a { background-color: rgb(116,165,93); }

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

border-color css

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

 span { border-color: rgb(116,165,93); }

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