Html Css Color HEX #74A34C Asparagus

📋 copy color: '#74A34C'

red 116 ◦ green 163 ◦ blue 76

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

Shades of Asparagus #74A34C

Tints of Asparagus #74A34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.92%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 32.68%
G = 45.92%
B = 21.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#74A34C (or 0x74A34C) is known color: Asparagus. HEX triplet: 74, A3 and 4C. RGB value is (116,163,76). Sum of RGB (Red+Green+Blue) = 116+163+76=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #74A34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A34C is #8B5CB3. Grayscale: #8B8B8B. Windows color (decimal): -9133236 or 5022580. OLE color: 5022580.

HSL color Cylindrical-coordinate representation of color #74A34C: hue angle of 92.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74A34C is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 163 76 -
CMYK 0.29 0 0.53 0.36
HSL 92.41º 0.36% 0.47% -
HSV(B) 92.41º 0.53% 0.64% -
XYZ 21.6 30.43 11.57 -
YUV 139.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 116 163 76 0.29 0 0.53 0.36 92.41 0.36 0.47
Hex 74 A3 4C 1D 0 35 24 5C 24 2F
Octal 164 243 114 35 0 65 44 134 44 57
Binary 1110100 10100011 1001100 11101 0 110101 100100 1011100 100100 101111

Color Harmonies of #74A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A34C

Black with #74A34C

Text Example


Text Example

White with #74A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,163,76); }

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

background-color css

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

 a { background-color: rgb(116,163,76); }

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

border-color css

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

 span { border-color: rgb(116,163,76); }

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