Html Css Color HEX #7DA570 Amulet

📋 copy color: '#7DA570'

red 125 ◦ green 165 ◦ blue 112

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

Shades of Amulet #7DA570

Tints of Amulet #7DA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 31.09%
G = 41.04%
B = 27.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#7DA570 (or 0x7DA570) is known color: Amulet. HEX triplet: 7D, A5 and 70. RGB value is (125,165,112). Sum of RGB (Red+Green+Blue) = 125+165+112=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA570 is #825A8F. Grayscale: #939393. Windows color (decimal): -8542864 or 7382397. OLE color: 7382397.

HSL color Cylindrical-coordinate representation of color #7DA570: hue angle of 105.28º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DA570 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 112 -
CMYK 0.24 0 0.32 0.35
HSL 105.28º 0.23% 0.54% -
HSV(B) 105.28º 0.32% 0.65% -
XYZ 24.84 32.44 20.28 -
YUV 147 108.25 112.31 -
System Red Green Blue C M Y K H S L
Decimal 125 165 112 0.24 0 0.32 0.35 105.28 0.23 0.54
Hex 7D A5 70 18 0 20 23 69 17 36
Octal 175 245 160 30 0 40 43 151 27 66
Binary 1111101 10100101 1110000 11000 0 100000 100011 1101001 10111 110110

Color Harmonies of #7DA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA570

Black with #7DA570

Text Example


Text Example

White with #7DA570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,112); }

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

background-color css

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

 a { background-color: rgb(125,165,112); }

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

border-color css

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

 span { border-color: rgb(125,165,112); }

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