Html Css Color HEX #7DB05B Asparagus

📋 copy color: '#7DB05B'

red 125 ◦ green 176 ◦ blue 91

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

Shades of Asparagus #7DB05B

Tints of Asparagus #7DB05B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 31.89%
G = 44.9%
B = 23.21%

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

#7DB05B (or 0x7DB05B) is known color: Asparagus. HEX triplet: 7D, B0 and 5B. RGB value is (125,176,91). Sum of RGB (Red+Green+Blue) = 125+176+91=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB05B is #824FA4. Grayscale: #979797. Windows color (decimal): -8540069 or 6008957. OLE color: 6008957.

HSL color Cylindrical-coordinate representation of color #7DB05B: hue angle of 96º degrees, saturation: 0.35, 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 #7DB05B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 91 -
CMYK 0.29 0 0.48 0.31
HSL 96º 0.35% 0.52% -
HSV(B) 96º 0.48% 0.69% -
XYZ 25.87 36.17 15.51 -
YUV 151.06 94.1 109.41 -
System Red Green Blue C M Y K H S L
Decimal 125 176 91 0.29 0 0.48 0.31 96 0.35 0.52
Hex 7D B0 5B 1D 0 30 1F 60 23 34
Octal 175 260 133 35 0 60 37 140 43 64
Binary 1111101 10110000 1011011 11101 0 110000 11111 1100000 100011 110100

Color Harmonies of #7DB05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB05B

Black with #7DB05B

Text Example


Text Example

White with #7DB05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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