Html Css Color HEX #7AAA76 Amulet

📋 copy color: '#7AAA76'

red 122 ◦ green 170 ◦ blue 118

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

Shades of Amulet #7AAA76

Tints of Amulet #7AAA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 29.76%
G = 41.46%
B = 28.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#7AAA76 (or 0x7AAA76) is known color: Amulet. HEX triplet: 7A, AA and 76. RGB value is (122,170,118). Sum of RGB (Red+Green+Blue) = 122+170+118=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA76 is #855589. Grayscale: #959595. Windows color (decimal): -8738186 or 7776890. OLE color: 7776890.

HSL color Cylindrical-coordinate representation of color #7AAA76: hue angle of 115.38º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AAA76 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 170 118 -
CMYK 0.28 0 0.31 0.33
HSL 115.38º 0.23% 0.56% -
HSV(B) 115.38º 0.31% 0.67% -
XYZ 25.67 34.2 22.39 -
YUV 149.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 122 170 118 0.28 0 0.31 0.33 115.38 0.23 0.56
Hex 7A AA 76 1C 0 1F 21 73 17 38
Octal 172 252 166 34 0 37 41 163 27 70
Binary 1111010 10101010 1110110 11100 0 11111 100001 1110011 10111 111000

Color Harmonies of #7AAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA76

Black with #7AAA76

Text Example


Text Example

White with #7AAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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