Html Css Color HEX #7DAF5B Asparagus

📋 copy color: '#7DAF5B'

red 125 ◦ green 175 ◦ blue 91

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

Shades of Asparagus #7DAF5B

Tints of Asparagus #7DAF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.76%

 BLUE value IS 91 (35.94% from 255) = 23.27%

R = 31.97%
G = 44.76%
B = 23.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#7DAF5B (or 0x7DAF5B) is known color: Asparagus. HEX triplet: 7D, AF and 5B. RGB value is (125,175,91). Sum of RGB (Red+Green+Blue) = 125+175+91=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF5B is #8250A4. Grayscale: #969696. Windows color (decimal): -8540325 or 6008701. OLE color: 6008701.

HSL color Cylindrical-coordinate representation of color #7DAF5B: hue angle of 95.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DAF5B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 175 91 -
CMYK 0.29 0 0.48 0.31
HSL 95.71º 0.34% 0.52% -
HSV(B) 95.71º 0.48% 0.69% -
XYZ 25.68 35.78 15.45 -
YUV 150.47 94.44 109.83 -
System Red Green Blue C M Y K H S L
Decimal 125 175 91 0.29 0 0.48 0.31 95.71 0.34 0.52
Hex 7D AF 5B 1D 0 30 1F 60 22 34
Octal 175 257 133 35 0 60 37 140 42 64
Binary 1111101 10101111 1011011 11101 0 110000 11111 1100000 100010 110100

Color Harmonies of #7DAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF5B

Black with #7DAF5B

Text Example


Text Example

White with #7DAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,175,91); }

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

background-color css

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

 a { background-color: rgb(125,175,91); }

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

border-color css

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

 span { border-color: rgb(125,175,91); }

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