Html Css Color HEX #7DAB52 Asparagus

📋 copy color: '#7DAB52'

red 125 ◦ green 171 ◦ blue 82

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

Shades of Asparagus #7DAB52

Tints of Asparagus #7DAB52

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

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

R = 33.07%
G = 45.24%
B = 21.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#7DAB52 (or 0x7DAB52) is known color: Asparagus. HEX triplet: 7D, AB and 52. RGB value is (125,171,82). Sum of RGB (Red+Green+Blue) = 125+171+82=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB52 is #8254AD. Grayscale: #939393. Windows color (decimal): -8541358 or 5417853. OLE color: 5417853.

HSL color Cylindrical-coordinate representation of color #7DAB52: hue angle of 91.01º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DAB52 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 82 -
CMYK 0.27 0 0.52 0.33
HSL 91.01º 0.35% 0.5% -
HSV(B) 91.01º 0.52% 0.67% -
XYZ 24.54 34.09 13.27 -
YUV 147.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 125 171 82 0.27 0 0.52 0.33 91.01 0.35 0.5
Hex 7D AB 52 1B 0 34 21 5B 23 32
Octal 175 253 122 33 0 64 41 133 43 62
Binary 1111101 10101011 1010010 11011 0 110100 100001 1011011 100011 110010

Color Harmonies of #7DAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB52

Black with #7DAB52

Text Example


Text Example

White with #7DAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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