Html Css Color HEX #7DAC6B Amulet

📋 copy color: '#7DAC6B'

red 125 ◦ green 172 ◦ blue 107

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

Shades of Amulet #7DAC6B

Tints of Amulet #7DAC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 30.94%
G = 42.57%
B = 26.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#7DAC6B (or 0x7DAC6B) is known color: Amulet. HEX triplet: 7D, AC and 6B. RGB value is (125,172,107). Sum of RGB (Red+Green+Blue) = 125+172+107=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC6B is #825394. Grayscale: #969696. Windows color (decimal): -8541077 or 7056509. OLE color: 7056509.

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

Color convert

RGB 125 172 107 -
CMYK 0.27 0 0.38 0.33
HSL 103.38º 0.28% 0.55% -
HSV(B) 103.38º 0.38% 0.67% -
XYZ 25.86 34.93 19.29 -
YUV 150.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 125 172 107 0.27 0 0.38 0.33 103.38 0.28 0.55
Hex 7D AC 6B 1B 0 26 21 67 1C 37
Octal 175 254 153 33 0 46 41 147 34 67
Binary 1111101 10101100 1101011 11011 0 100110 100001 1100111 11100 110111

Color Harmonies of #7DAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC6B

Black with #7DAC6B

Text Example


Text Example

White with #7DAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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