Html Css Color HEX #7D954D Asparagus

📋 copy color: '#7D954D'

red 125 ◦ green 149 ◦ blue 77

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

Shades of Asparagus #7D954D

Tints of Asparagus #7D954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 35.61%
G = 42.45%
B = 21.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#7D954D (or 0x7D954D) is known color: Asparagus. HEX triplet: 7D, 95 and 4D. RGB value is (125,149,77). Sum of RGB (Red+Green+Blue) = 125+149+77=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #7D954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D954D is #826AB2. Grayscale: #858585. Windows color (decimal): -8546995 or 5084541. OLE color: 5084541.

HSL color Cylindrical-coordinate representation of color #7D954D: hue angle of 80º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D954D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 77 -
CMYK 0.16 0 0.48 0.42
HSL 80º 0.32% 0.44% -
HSV(B) 80º 0.48% 0.58% -
XYZ 20.54 26.39 11.03 -
YUV 133.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 125 149 77 0.16 0 0.48 0.42 80 0.32 0.44
Hex 7D 95 4D 10 0 30 2A 50 20 2C
Octal 175 225 115 20 0 60 52 120 40 54
Binary 1111101 10010101 1001101 10000 0 110000 101010 1010000 100000 101100

Color Harmonies of #7D954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D954D

Black with #7D954D

Text Example


Text Example

White with #7D954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,149,77); }

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

background-color css

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

 a { background-color: rgb(125,149,77); }

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

border-color css

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

 span { border-color: rgb(125,149,77); }

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