Html Css Color HEX #7DAA6B Amulet

📋 copy color: '#7DAA6B'

red 125 ◦ green 170 ◦ blue 107

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

Shades of Amulet #7DAA6B

Tints of Amulet #7DAA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

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

R = 31.09%
G = 42.29%
B = 26.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#7DAA6B (or 0x7DAA6B) is known color: Amulet. HEX triplet: 7D, AA and 6B. RGB value is (125,170,107). Sum of RGB (Red+Green+Blue) = 125+170+107=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA6B is #825594. Grayscale: #959595. Windows color (decimal): -8541589 or 7055997. OLE color: 7055997.

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

Color convert

RGB 125 170 107 -
CMYK 0.26 0 0.37 0.33
HSL 102.86º 0.27% 0.54% -
HSV(B) 102.86º 0.37% 0.67% -
XYZ 25.49 34.17 19.16 -
YUV 149.36 104.09 110.62 -
System Red Green Blue C M Y K H S L
Decimal 125 170 107 0.26 0 0.37 0.33 102.86 0.27 0.54
Hex 7D AA 6B 1A 0 25 21 67 1B 36
Octal 175 252 153 32 0 45 41 147 33 66
Binary 1111101 10101010 1101011 11010 0 100101 100001 1100111 11011 110110

Color Harmonies of #7DAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAA6B

Black with #7DAA6B

Text Example


Text Example

White with #7DAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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