Html Css Color HEX #7AA576 Amulet

📋 copy color: '#7AA576'

red 122 ◦ green 165 ◦ blue 118

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

Shades of Amulet #7AA576

Tints of Amulet #7AA576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 30.12%
G = 40.74%
B = 29.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#7AA576 (or 0x7AA576) is known color: Amulet. HEX triplet: 7A, A5 and 76. RGB value is (122,165,118). Sum of RGB (Red+Green+Blue) = 122+165+118=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA576 is #855A89. Grayscale: #929292. Windows color (decimal): -8739466 or 7775610. OLE color: 7775610.

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

Color convert

RGB 122 165 118 -
CMYK 0.26 0 0.28 0.35
HSL 114.89º 0.21% 0.55% -
HSV(B) 114.89º 0.28% 0.65% -
XYZ 24.75 32.36 22.08 -
YUV 146.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 122 165 118 0.26 0 0.28 0.35 114.89 0.21 0.55
Hex 7A A5 76 1A 0 1C 23 73 15 37
Octal 172 245 166 32 0 34 43 163 25 67
Binary 1111010 10100101 1110110 11010 0 11100 100011 1110011 10101 110111

Color Harmonies of #7AA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA576

Black with #7AA576

Text Example


Text Example

White with #7AA576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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