Html Css Color HEX #7DAD6B Amulet

📋 copy color: '#7DAD6B'

red 125 ◦ green 173 ◦ blue 107

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

Shades of Amulet #7DAD6B

Tints of Amulet #7DAD6B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.72%

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

R = 30.86%
G = 42.72%
B = 26.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#7DAD6B (or 0x7DAD6B) is known color: Amulet. HEX triplet: 7D, AD and 6B. RGB value is (125,173,107). Sum of RGB (Red+Green+Blue) = 125+173+107=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD6B is #825294. Grayscale: #979797. Windows color (decimal): -8540821 or 7056765. OLE color: 7056765.

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

Color convert

RGB 125 173 107 -
CMYK 0.28 0 0.38 0.32
HSL 103.64º 0.29% 0.55% -
HSV(B) 103.64º 0.38% 0.68% -
XYZ 26.05 35.31 19.35 -
YUV 151.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 125 173 107 0.28 0 0.38 0.32 103.64 0.29 0.55
Hex 7D AD 6B 1C 0 26 20 68 1D 37
Octal 175 255 153 34 0 46 40 150 35 67
Binary 1111101 10101101 1101011 11100 0 100110 100000 1101000 11101 110111

Color Harmonies of #7DAD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD6B

Black with #7DAD6B

Text Example


Text Example

White with #7DAD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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