Html Css Color HEX #7DA073 Amulet

📋 copy color: '#7DA073'

red 125 ◦ green 160 ◦ blue 115

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

Shades of Amulet #7DA073

Tints of Amulet #7DA073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 31.25%
G = 40%
B = 28.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#7DA073 (or 0x7DA073) is known color: Amulet. HEX triplet: 7D, A0 and 73. RGB value is (125,160,115). Sum of RGB (Red+Green+Blue) = 125+160+115=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA073 is #825F8C. Grayscale: #909090. Windows color (decimal): -8544141 or 7577725. OLE color: 7577725.

HSL color Cylindrical-coordinate representation of color #7DA073: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DA073 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 160 115 -
CMYK 0.22 0 0.28 0.37
HSL 106.67º 0.19% 0.54% -
HSV(B) 106.67º 0.28% 0.63% -
XYZ 24.12 30.74 20.88 -
YUV 144.41 111.4 114.16 -
System Red Green Blue C M Y K H S L
Decimal 125 160 115 0.22 0 0.28 0.37 106.67 0.19 0.54
Hex 7D A0 73 16 0 1C 25 6B 13 36
Octal 175 240 163 26 0 34 45 153 23 66
Binary 1111101 10100000 1110011 10110 0 11100 100101 1101011 10011 110110

Color Harmonies of #7DA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA073

Black with #7DA073

Text Example


Text Example

White with #7DA073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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