Html Css Color HEX #7D9A5C Asparagus

📋 copy color: '#7D9A5C'

red 125 ◦ green 154 ◦ blue 92

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

Shades of Asparagus #7D9A5C

Tints of Asparagus #7D9A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 33.69%
G = 41.51%
B = 24.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#7D9A5C (or 0x7D9A5C) is known color: Asparagus. HEX triplet: 7D, 9A and 5C. RGB value is (125,154,92). Sum of RGB (Red+Green+Blue) = 125+154+92=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9A5C is #8265A3. Grayscale: #8A8A8A. Windows color (decimal): -8545700 or 6068861. OLE color: 6068861.

HSL color Cylindrical-coordinate representation of color #7D9A5C: hue angle of 88.06º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D9A5C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 154 92 -
CMYK 0.19 0 0.40 0.40
HSL 88.06º 0.25% 0.48% -
HSV(B) 88.06º 0.4% 0.6% -
XYZ 21.94 28.24 14.42 -
YUV 138.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 125 154 92 0.19 0 0.40 0.40 88.06 0.25 0.48
Hex 7D 9A 5C 13 0 28 28 58 19 30
Octal 175 232 134 23 0 50 50 130 31 60
Binary 1111101 10011010 1011100 10011 0 101000 101000 1011000 11001 110000

Color Harmonies of #7D9A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9A5C

Black with #7D9A5C

Text Example


Text Example

White with #7D9A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,154,92); }

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

background-color css

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

 a { background-color: rgb(125,154,92); }

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

border-color css

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

 span { border-color: rgb(125,154,92); }

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