Html Css Color HEX #7DA272 Amulet

📋 copy color: '#7DA272'

red 125 ◦ green 162 ◦ blue 114

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

Shades of Amulet #7DA272

Tints of Amulet #7DA272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 31.17%
G = 40.4%
B = 28.43%

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

#7DA272 (or 0x7DA272) is known color: Amulet. HEX triplet: 7D, A2 and 72. RGB value is (125,162,114). Sum of RGB (Red+Green+Blue) = 125+162+114=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA272 is #825D8D. Grayscale: #919191. Windows color (decimal): -8543630 or 7512701. OLE color: 7512701.

HSL color Cylindrical-coordinate representation of color #7DA272: hue angle of 106.25º 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 #7DA272 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 114 -
CMYK 0.23 0 0.30 0.36
HSL 106.25º 0.21% 0.54% -
HSV(B) 106.25º 0.3% 0.64% -
XYZ 24.42 31.42 20.7 -
YUV 145.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 125 162 114 0.23 0 0.30 0.36 106.25 0.21 0.54
Hex 7D A2 72 17 0 1E 24 6A 15 36
Octal 175 242 162 27 0 36 44 152 25 66
Binary 1111101 10100010 1110010 10111 0 11110 100100 1101010 10101 110110

Color Harmonies of #7DA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA272

Black with #7DA272

Text Example


Text Example

White with #7DA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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