Html Css Color HEX #7DB058 Asparagus

📋 copy color: '#7DB058'

red 125 ◦ green 176 ◦ blue 88

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

Shades of Asparagus #7DB058

Tints of Asparagus #7DB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.62%

R = 32.13%
G = 45.24%
B = 22.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#7DB058 (or 0x7DB058) is known color: Asparagus. HEX triplet: 7D, B0 and 58. RGB value is (125,176,88). Sum of RGB (Red+Green+Blue) = 125+176+88=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB058 is #824FA7. Grayscale: #979797. Windows color (decimal): -8540072 or 5812349. OLE color: 5812349.

HSL color Cylindrical-coordinate representation of color #7DB058: hue angle of 94.77º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB058 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 88 -
CMYK 0.29 0 0.50 0.31
HSL 94.77º 0.36% 0.52% -
HSV(B) 94.77º 0.5% 0.69% -
XYZ 25.74 36.12 14.85 -
YUV 150.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 125 176 88 0.29 0 0.50 0.31 94.77 0.36 0.52
Hex 7D B0 58 1D 0 32 1F 5F 24 34
Octal 175 260 130 35 0 62 37 137 44 64
Binary 1111101 10110000 1011000 11101 0 110010 11111 1011111 100100 110100

Color Harmonies of #7DB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB058

Black with #7DB058

Text Example


Text Example

White with #7DB058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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