Html Css Color HEX #7DA57A Amulet

📋 copy color: '#7DA57A'

red 125 ◦ green 165 ◦ blue 122

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

Shades of Amulet #7DA57A

Tints of Amulet #7DA57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 30.34%
G = 40.05%
B = 29.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#7DA57A (or 0x7DA57A) is known color: Amulet. HEX triplet: 7D, A5 and 7A. RGB value is (125,165,122). Sum of RGB (Red+Green+Blue) = 125+165+122=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA57A is #825A85. Grayscale: #949494. Windows color (decimal): -8542854 or 8037757. OLE color: 8037757.

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

Color convert

RGB 125 165 122 -
CMYK 0.24 0 0.26 0.35
HSL 115.81º 0.19% 0.56% -
HSV(B) 115.81º 0.26% 0.65% -
XYZ 25.43 32.68 23.38 -
YUV 148.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 125 165 122 0.24 0 0.26 0.35 115.81 0.19 0.56
Hex 7D A5 7A 18 0 1A 23 74 13 38
Octal 175 245 172 30 0 32 43 164 23 70
Binary 1111101 10100101 1111010 11000 0 11010 100011 1110100 10011 111000

Color Harmonies of #7DA57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA57A

Black with #7DA57A

Text Example


Text Example

White with #7DA57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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