Html Css Color HEX #7AA571 Amulet

📋 copy color: '#7AA571'

red 122 ◦ green 165 ◦ blue 113

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

Shades of Amulet #7AA571

Tints of Amulet #7AA571

RGB

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

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

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

R = 30.5%
G = 41.25%
B = 28.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#7AA571 (or 0x7AA571) is known color: Amulet. HEX triplet: 7A, A5 and 71. RGB value is (122,165,113). Sum of RGB (Red+Green+Blue) = 122+165+113=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA571 is #855A8E. Grayscale: #929292. Windows color (decimal): -8739471 or 7447930. OLE color: 7447930.

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

Color convert

RGB 122 165 113 -
CMYK 0.26 0 0.32 0.35
HSL 109.62º 0.22% 0.55% -
HSV(B) 109.62º 0.32% 0.65% -
XYZ 24.46 32.24 20.56 -
YUV 146.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 122 165 113 0.26 0 0.32 0.35 109.62 0.22 0.55
Hex 7A A5 71 1A 0 20 23 6E 16 37
Octal 172 245 161 32 0 40 43 156 26 67
Binary 1111010 10100101 1110001 11010 0 100000 100011 1101110 10110 110111

Color Harmonies of #7AA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA571

Black with #7AA571

Text Example


Text Example

White with #7AA571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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