Html Css Color HEX #7DA276 Amulet

📋 copy color: '#7DA276'

red 125 ◦ green 162 ◦ blue 118

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

Shades of Amulet #7DA276

Tints of Amulet #7DA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 30.86%
G = 40%
B = 29.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#7DA276 (or 0x7DA276) is known color: Amulet. HEX triplet: 7D, A2 and 76. RGB value is (125,162,118). Sum of RGB (Red+Green+Blue) = 125+162+118=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA276 is #825D89. Grayscale: #929292. Windows color (decimal): -8543626 or 7774845. OLE color: 7774845.

HSL color Cylindrical-coordinate representation of color #7DA276: hue angle of 110.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA276 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 118 -
CMYK 0.23 0 0.27 0.36
HSL 110.45º 0.19% 0.55% -
HSV(B) 110.45º 0.27% 0.64% -
XYZ 24.65 31.51 21.92 -
YUV 145.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 125 162 118 0.23 0 0.27 0.36 110.45 0.19 0.55
Hex 7D A2 76 17 0 1B 24 6E 13 37
Octal 175 242 166 27 0 33 44 156 23 67
Binary 1111101 10100010 1110110 10111 0 11011 100100 1101110 10011 110111

Color Harmonies of #7DA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA276

Black with #7DA276

Text Example


Text Example

White with #7DA276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,162,118); }

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

background-color css

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

 a { background-color: rgb(125,162,118); }

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

border-color css

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

 span { border-color: rgb(125,162,118); }

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