Html Css Color HEX #7AA46C Amulet

📋 copy color: '#7AA46C'

red 122 ◦ green 164 ◦ blue 108

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

Shades of Amulet #7AA46C

Tints of Amulet #7AA46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 30.96%
G = 41.62%
B = 27.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#7AA46C (or 0x7AA46C) is known color: Amulet. HEX triplet: 7A, A4 and 6C. RGB value is (122,164,108). Sum of RGB (Red+Green+Blue) = 122+164+108=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA46C is #855B93. Grayscale: #919191. Windows color (decimal): -8739732 or 7119994. OLE color: 7119994.

HSL color Cylindrical-coordinate representation of color #7AA46C: hue angle of 105º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AA46C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 164 108 -
CMYK 0.26 0 0.34 0.36
HSL 105º 0.24% 0.53% -
HSV(B) 105º 0.34% 0.64% -
XYZ 24.01 31.77 19.05 -
YUV 145.06 107.09 111.55 -
System Red Green Blue C M Y K H S L
Decimal 122 164 108 0.26 0 0.34 0.36 105 0.24 0.53
Hex 7A A4 6C 1A 0 22 24 69 18 35
Octal 172 244 154 32 0 42 44 151 30 65
Binary 1111010 10100100 1101100 11010 0 100010 100100 1101001 11000 110101

Color Harmonies of #7AA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA46C

Black with #7AA46C

Text Example


Text Example

White with #7AA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,108); }

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

background-color css

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

 a { background-color: rgb(122,164,108); }

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

border-color css

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

 span { border-color: rgb(122,164,108); }

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