Html Css Color HEX #7DA271 Amulet

📋 copy color: '#7DA271'

red 125 ◦ green 162 ◦ blue 113

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

Shades of Amulet #7DA271

Tints of Amulet #7DA271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 31.25%
G = 40.5%
B = 28.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#7DA271 (or 0x7DA271) is known color: Amulet. HEX triplet: 7D, A2 and 71. RGB value is (125,162,113). Sum of RGB (Red+Green+Blue) = 125+162+113=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA271 is #825D8E. Grayscale: #919191. Windows color (decimal): -8543631 or 7447165. OLE color: 7447165.

HSL color Cylindrical-coordinate representation of color #7DA271: hue angle of 105.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DA271 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 113 -
CMYK 0.23 0 0.30 0.36
HSL 105.31º 0.21% 0.54% -
HSV(B) 105.31º 0.3% 0.64% -
XYZ 24.36 31.39 20.4 -
YUV 145.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 125 162 113 0.23 0 0.30 0.36 105.31 0.21 0.54
Hex 7D A2 71 17 0 1E 24 69 15 36
Octal 175 242 161 27 0 36 44 151 25 66
Binary 1111101 10100010 1110001 10111 0 11110 100100 1101001 10101 110110

Color Harmonies of #7DA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA271

Black with #7DA271

Text Example


Text Example

White with #7DA271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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