Html Css Color HEX #7C994A Asparagus

📋 copy color: '#7C994A'

red 124 ◦ green 153 ◦ blue 74

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

Shades of Asparagus #7C994A

Tints of Asparagus #7C994A

RGB

 RED value IS 124 (48.83% from 255) = 35.33%

 GREEN value IS 153 (60.16% from 255) = 43.59%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 35.33%
G = 43.59%
B = 21.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#7C994A (or 0x7C994A) is known color: Asparagus. HEX triplet: 7C, 99 and 4A. RGB value is (124,153,74). Sum of RGB (Red+Green+Blue) = 124+153+74=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #7C994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C994A is #8366B5. Grayscale: #878787. Windows color (decimal): -8611510 or 4888956. OLE color: 4888956.

HSL color Cylindrical-coordinate representation of color #7C994A: hue angle of 82.03º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C994A is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 74 -
CMYK 0.19 0 0.52 0.4
HSL 82.03º 0.35% 0.45% -
HSV(B) 82.03º 0.52% 0.6% -
XYZ 20.94 27.56 10.69 -
YUV 135.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 124 153 74 0.19 0 0.52 0.4 82.03 0.35 0.45
Hex 7C 99 4A 13 0 34 28 52 23 2D
Octal 174 231 112 23 0 64 50 122 43 55
Binary 1111100 10011001 1001010 10011 0 110100 101000 1010010 100011 101101

Color Harmonies of #7C994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C994A

Black with #7C994A

Text Example


Text Example

White with #7C994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C994A; }

 p { color: rgb(124,153,74); }

 H1.HeaderClassName
 {
   color: #7C994A;
 }
 .AnyTagClassName
 {
   color: #7C994A;
 }
</style>

background-color css

<style>
 a { background-color: #7C994A; }

 a { background-color: rgb(124,153,74); }

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

border-color css

<style>
 span { border-color: #7C994A; }

 span { border-color: rgb(124,153,74); }

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