Html Css Color HEX #7DAD56 Asparagus

📋 copy color: '#7DAD56'

red 125 ◦ green 173 ◦ blue 86

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

Shades of Asparagus #7DAD56

Tints of Asparagus #7DAD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.4%

R = 32.55%
G = 45.05%
B = 22.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#7DAD56 (or 0x7DAD56) is known color: Asparagus. HEX triplet: 7D, AD and 56. RGB value is (125,173,86). Sum of RGB (Red+Green+Blue) = 125+173+86=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD56 is #8252A9. Grayscale: #959595. Windows color (decimal): -8540842 or 5680509. OLE color: 5680509.

HSL color Cylindrical-coordinate representation of color #7DAD56: hue angle of 93.1º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DAD56 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 86 -
CMYK 0.28 0 0.50 0.32
HSL 93.1º 0.35% 0.51% -
HSV(B) 93.1º 0.5% 0.68% -
XYZ 25.08 34.92 14.22 -
YUV 148.73 92.6 111.07 -
System Red Green Blue C M Y K H S L
Decimal 125 173 86 0.28 0 0.50 0.32 93.1 0.35 0.51
Hex 7D AD 56 1C 0 32 20 5D 23 33
Octal 175 255 126 34 0 62 40 135 43 63
Binary 1111101 10101101 1010110 11100 0 110010 100000 1011101 100011 110011

Color Harmonies of #7DAD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD56

Black with #7DAD56

Text Example


Text Example

White with #7DAD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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