Html Css Color HEX #74A24C Asparagus

📋 copy color: '#74A24C'

red 116 ◦ green 162 ◦ blue 76

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

Shades of Asparagus #74A24C

Tints of Asparagus #74A24C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.76%

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

R = 32.77%
G = 45.76%
B = 21.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#74A24C (or 0x74A24C) is known color: Asparagus. HEX triplet: 74, A2 and 4C. RGB value is (116,162,76). Sum of RGB (Red+Green+Blue) = 116+162+76=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #74A24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A24C is #8B5DB3. Grayscale: #8A8A8A. Windows color (decimal): -9133492 or 5022324. OLE color: 5022324.

HSL color Cylindrical-coordinate representation of color #74A24C: hue angle of 92.09º 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 #74A24C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 162 76 -
CMYK 0.28 0 0.53 0.36
HSL 92.09º 0.36% 0.47% -
HSV(B) 92.09º 0.53% 0.64% -
XYZ 21.43 30.08 11.51 -
YUV 138.44 92.76 111.99 -
System Red Green Blue C M Y K H S L
Decimal 116 162 76 0.28 0 0.53 0.36 92.09 0.36 0.47
Hex 74 A2 4C 1C 0 35 24 5C 24 2F
Octal 164 242 114 34 0 65 44 134 44 57
Binary 1110100 10100010 1001100 11100 0 110101 100100 1011100 100100 101111

Color Harmonies of #74A24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A24C

Black with #74A24C

Text Example


Text Example

White with #74A24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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