Html Css Color HEX #7DB052 Asparagus

📋 copy color: '#7DB052'

red 125 ◦ green 176 ◦ blue 82

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

Shades of Asparagus #7DB052

Tints of Asparagus #7DB052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 32.64%
G = 45.95%
B = 21.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#7DB052 (or 0x7DB052) is known color: Asparagus. HEX triplet: 7D, B0 and 52. RGB value is (125,176,82). Sum of RGB (Red+Green+Blue) = 125+176+82=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB052 is #824FAD. Grayscale: #969696. Windows color (decimal): -8540078 or 5419133. OLE color: 5419133.

HSL color Cylindrical-coordinate representation of color #7DB052: hue angle of 92.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DB052 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 82 -
CMYK 0.29 0 0.53 0.31
HSL 92.55º 0.37% 0.51% -
HSV(B) 92.55º 0.53% 0.69% -
XYZ 25.51 36.02 13.59 -
YUV 150.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 125 176 82 0.29 0 0.53 0.31 92.55 0.37 0.51
Hex 7D B0 52 1D 0 35 1F 5D 25 33
Octal 175 260 122 35 0 65 37 135 45 63
Binary 1111101 10110000 1010010 11101 0 110101 11111 1011101 100101 110011

Color Harmonies of #7DB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB052

Black with #7DB052

Text Example


Text Example

White with #7DB052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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