Html Css Color HEX #7DA273 Amulet

📋 copy color: '#7DA273'

red 125 ◦ green 162 ◦ blue 115

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

Shades of Amulet #7DA273

Tints of Amulet #7DA273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 31.09%
G = 40.3%
B = 28.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#7DA273 (or 0x7DA273) is known color: Amulet. HEX triplet: 7D, A2 and 73. RGB value is (125,162,115). Sum of RGB (Red+Green+Blue) = 125+162+115=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA273 is #825D8C. Grayscale: #919191. Windows color (decimal): -8543629 or 7578237. OLE color: 7578237.

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

Color convert

RGB 125 162 115 -
CMYK 0.23 0 0.29 0.36
HSL 107.23º 0.2% 0.54% -
HSV(B) 107.23º 0.29% 0.64% -
XYZ 24.47 31.44 21 -
YUV 145.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 125 162 115 0.23 0 0.29 0.36 107.23 0.2 0.54
Hex 7D A2 73 17 0 1D 24 6B 14 36
Octal 175 242 163 27 0 35 44 153 24 66
Binary 1111101 10100010 1110011 10111 0 11101 100100 1101011 10100 110110

Color Harmonies of #7DA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA273

Black with #7DA273

Text Example


Text Example

White with #7DA273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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