Html Css Color HEX #7DAF5D Asparagus

📋 copy color: '#7DAF5D'

red 125 ◦ green 175 ◦ blue 93

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

Shades of Asparagus #7DAF5D

Tints of Asparagus #7DAF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.66%

R = 31.81%
G = 44.53%
B = 23.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#7DAF5D (or 0x7DAF5D) is known color: Asparagus. HEX triplet: 7D, AF and 5D. RGB value is (125,175,93). Sum of RGB (Red+Green+Blue) = 125+175+93=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF5D is #8250A2. Grayscale: #969696. Windows color (decimal): -8540323 or 6139773. OLE color: 6139773.

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

Color convert

RGB 125 175 93 -
CMYK 0.29 0 0.47 0.31
HSL 96.59º 0.34% 0.53% -
HSV(B) 96.59º 0.47% 0.69% -
XYZ 25.76 35.81 15.91 -
YUV 150.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 125 175 93 0.29 0 0.47 0.31 96.59 0.34 0.53
Hex 7D AF 5D 1D 0 2F 1F 61 22 35
Octal 175 257 135 35 0 57 37 141 42 65
Binary 1111101 10101111 1011101 11101 0 101111 11111 1100001 100010 110101

Color Harmonies of #7DAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF5D

Black with #7DAF5D

Text Example


Text Example

White with #7DAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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