Html Css Color HEX #7DA569 Amulet

📋 copy color: '#7DA569'

red 125 ◦ green 165 ◦ blue 105

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

Shades of Amulet #7DA569

Tints of Amulet #7DA569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 31.65%
G = 41.77%
B = 26.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#7DA569 (or 0x7DA569) is known color: Amulet. HEX triplet: 7D, A5 and 69. RGB value is (125,165,105). Sum of RGB (Red+Green+Blue) = 125+165+105=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA569 is #825A96. Grayscale: #929292. Windows color (decimal): -8542871 or 6923645. OLE color: 6923645.

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

Color convert

RGB 125 165 105 -
CMYK 0.24 0 0.36 0.35
HSL 100º 0.25% 0.53% -
HSV(B) 100º 0.36% 0.65% -
XYZ 24.46 32.29 18.31 -
YUV 146.2 104.75 112.88 -
System Red Green Blue C M Y K H S L
Decimal 125 165 105 0.24 0 0.36 0.35 100 0.25 0.53
Hex 7D A5 69 18 0 24 23 64 19 35
Octal 175 245 151 30 0 44 43 144 31 65
Binary 1111101 10100101 1101001 11000 0 100100 100011 1100100 11001 110101

Color Harmonies of #7DA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA569

Black with #7DA569

Text Example


Text Example

White with #7DA569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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