Html Css Color HEX #7DAC6D Amulet

📋 copy color: '#7DAC6D'

red 125 ◦ green 172 ◦ blue 109

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

Shades of Amulet #7DAC6D

Tints of Amulet #7DAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 30.79%
G = 42.36%
B = 26.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#7DAC6D (or 0x7DAC6D) is known color: Amulet. HEX triplet: 7D, AC and 6D. RGB value is (125,172,109). Sum of RGB (Red+Green+Blue) = 125+172+109=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC6D is #825392. Grayscale: #969696. Windows color (decimal): -8541075 or 7187581. OLE color: 7187581.

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

Color convert

RGB 125 172 109 -
CMYK 0.27 0 0.37 0.33
HSL 104.76º 0.28% 0.55% -
HSV(B) 104.76º 0.37% 0.67% -
XYZ 25.97 34.97 19.85 -
YUV 150.77 104.43 109.62 -
System Red Green Blue C M Y K H S L
Decimal 125 172 109 0.27 0 0.37 0.33 104.76 0.28 0.55
Hex 7D AC 6D 1B 0 25 21 69 1C 37
Octal 175 254 155 33 0 45 41 151 34 67
Binary 1111101 10101100 1101101 11011 0 100101 100001 1101001 11100 110111

Color Harmonies of #7DAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC6D

Black with #7DAC6D

Text Example


Text Example

White with #7DAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,109); }

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

background-color css

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

 a { background-color: rgb(125,172,109); }

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

border-color css

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

 span { border-color: rgb(125,172,109); }

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