Html Css Color HEX #7AA573 Amulet

📋 copy color: '#7AA573'

red 122 ◦ green 165 ◦ blue 115

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

Shades of Amulet #7AA573

Tints of Amulet #7AA573

RGB

 RED value IS 122 (48.05% from 255) = 30.35%

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 30.35%
G = 41.04%
B = 28.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#7AA573 (or 0x7AA573) is known color: Amulet. HEX triplet: 7A, A5 and 73. RGB value is (122,165,115). Sum of RGB (Red+Green+Blue) = 122+165+115=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA573 is #855A8C. Grayscale: #929292. Windows color (decimal): -8739469 or 7579002. OLE color: 7579002.

HSL color Cylindrical-coordinate representation of color #7AA573: hue angle of 111.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AA573 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 115 -
CMYK 0.26 0 0.30 0.35
HSL 111.6º 0.22% 0.55% -
HSV(B) 111.6º 0.3% 0.65% -
XYZ 24.58 32.29 21.16 -
YUV 146.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 122 165 115 0.26 0 0.30 0.35 111.6 0.22 0.55
Hex 7A A5 73 1A 0 1E 23 70 16 37
Octal 172 245 163 32 0 36 43 160 26 67
Binary 1111010 10100101 1110011 11010 0 11110 100011 1110000 10110 110111

Color Harmonies of #7AA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA573

Black with #7AA573

Text Example


Text Example

White with #7AA573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,115); }

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

background-color css

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

 a { background-color: rgb(122,165,115); }

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

border-color css

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

 span { border-color: rgb(122,165,115); }

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