Html Css Color HEX #7DA966 Asparagus

📋 copy color: '#7DA966'

red 125 ◦ green 169 ◦ blue 102

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

Shades of Asparagus #7DA966

Tints of Asparagus #7DA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.68%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 31.57%
G = 42.68%
B = 25.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#7DA966 (or 0x7DA966) is known color: Asparagus. HEX triplet: 7D, A9 and 66. RGB value is (125,169,102). Sum of RGB (Red+Green+Blue) = 125+169+102=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA966 is #825699. Grayscale: #949494. Windows color (decimal): -8541850 or 6728061. OLE color: 6728061.

HSL color Cylindrical-coordinate representation of color #7DA966: hue angle of 99.4º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DA966 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 169 102 -
CMYK 0.26 0 0.40 0.34
HSL 99.4º 0.28% 0.53% -
HSV(B) 99.4º 0.4% 0.66% -
XYZ 25.04 33.7 17.75 -
YUV 148.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 125 169 102 0.26 0 0.40 0.34 99.4 0.28 0.53
Hex 7D A9 66 1A 0 28 22 63 1C 35
Octal 175 251 146 32 0 50 42 143 34 65
Binary 1111101 10101001 1100110 11010 0 101000 100010 1100011 11100 110101

Color Harmonies of #7DA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA966

Black with #7DA966

Text Example


Text Example

White with #7DA966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,169,102); }

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

background-color css

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

 a { background-color: rgb(125,169,102); }

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

border-color css

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

 span { border-color: rgb(125,169,102); }

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