Html Css Color HEX #7D9F5F Asparagus

📋 copy color: '#7D9F5F'

red 125 ◦ green 159 ◦ blue 95

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

Shades of Asparagus #7D9F5F

Tints of Asparagus #7D9F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 32.98%
G = 41.95%
B = 25.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#7D9F5F (or 0x7D9F5F) is known color: Asparagus. HEX triplet: 7D, 9F and 5F. RGB value is (125,159,95). Sum of RGB (Red+Green+Blue) = 125+159+95=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F5F is #8260A0. Grayscale: #8D8D8D. Windows color (decimal): -8544417 or 6266749. OLE color: 6266749.

HSL color Cylindrical-coordinate representation of color #7D9F5F: hue angle of 91.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D9F5F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 159 95 -
CMYK 0.21 0 0.40 0.38
HSL 91.88º 0.25% 0.5% -
HSV(B) 91.88º 0.4% 0.62% -
XYZ 22.92 29.98 15.41 -
YUV 141.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 125 159 95 0.21 0 0.40 0.38 91.88 0.25 0.5
Hex 7D 9F 5F 15 0 28 26 5C 19 32
Octal 175 237 137 25 0 50 46 134 31 62
Binary 1111101 10011111 1011111 10101 0 101000 100110 1011100 11001 110010

Color Harmonies of #7D9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F5F

Black with #7D9F5F

Text Example


Text Example

White with #7D9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,95); }

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

background-color css

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

 a { background-color: rgb(125,159,95); }

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

border-color css

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

 span { border-color: rgb(125,159,95); }

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