Html Css Color HEX #7DAD64 Asparagus

📋 copy color: '#7DAD64'

red 125 ◦ green 173 ◦ blue 100

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

Shades of Asparagus #7DAD64

Tints of Asparagus #7DAD64

RGB

 RED value IS 125 (49.22% from 255) = 31.41%

 GREEN value IS 173 (67.97% from 255) = 43.47%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 31.41%
G = 43.47%
B = 25.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#7DAD64 (or 0x7DAD64) is known color: Asparagus. HEX triplet: 7D, AD and 64. RGB value is (125,173,100). Sum of RGB (Red+Green+Blue) = 125+173+100=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD64 is #82529B. Grayscale: #969696. Windows color (decimal): -8540828 or 6598013. OLE color: 6598013.

HSL color Cylindrical-coordinate representation of color #7DAD64: hue angle of 99.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DAD64 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 100 -
CMYK 0.28 0 0.42 0.32
HSL 99.45º 0.31% 0.54% -
HSV(B) 99.45º 0.42% 0.68% -
XYZ 25.7 35.17 17.49 -
YUV 150.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 125 173 100 0.28 0 0.42 0.32 99.45 0.31 0.54
Hex 7D AD 64 1C 0 2A 20 63 1F 36
Octal 175 255 144 34 0 52 40 143 37 66
Binary 1111101 10101101 1100100 11100 0 101010 100000 1100011 11111 110110

Color Harmonies of #7DAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD64

Black with #7DAD64

Text Example


Text Example

White with #7DAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,173,100); }

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

background-color css

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

 a { background-color: rgb(125,173,100); }

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

border-color css

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

 span { border-color: rgb(125,173,100); }

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