Html Css Color HEX #7AA574 Amulet

📋 copy color: '#7AA574'

red 122 ◦ green 165 ◦ blue 116

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

Shades of Amulet #7AA574

Tints of Amulet #7AA574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 30.27%
G = 40.94%
B = 28.78%

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

#7AA574 (or 0x7AA574) is known color: Amulet. HEX triplet: 7A, A5 and 74. RGB value is (122,165,116). Sum of RGB (Red+Green+Blue) = 122+165+116=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA574 is #855A8B. Grayscale: #929292. Windows color (decimal): -8739468 or 7644538. OLE color: 7644538.

HSL color Cylindrical-coordinate representation of color #7AA574: hue angle of 112.65º degrees, saturation: 0.21, 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 #7AA574 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 116 -
CMYK 0.26 0 0.30 0.35
HSL 112.65º 0.21% 0.55% -
HSV(B) 112.65º 0.3% 0.65% -
XYZ 24.63 32.31 21.46 -
YUV 146.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 122 165 116 0.26 0 0.30 0.35 112.65 0.21 0.55
Hex 7A A5 74 1A 0 1E 23 71 15 37
Octal 172 245 164 32 0 36 43 161 25 67
Binary 1111010 10100101 1110100 11010 0 11110 100011 1110001 10101 110111

Color Harmonies of #7AA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA574

Black with #7AA574

Text Example


Text Example

White with #7AA574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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