Html Css Color HEX #7AA978 Amulet

📋 copy color: '#7AA978'

red 122 ◦ green 169 ◦ blue 120

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

Shades of Amulet #7AA978

Tints of Amulet #7AA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 29.68%
G = 41.12%
B = 29.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#7AA978 (or 0x7AA978) is known color: Amulet. HEX triplet: 7A, A9 and 78. RGB value is (122,169,120). Sum of RGB (Red+Green+Blue) = 122+169+120=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA978 is #855687. Grayscale: #959595. Windows color (decimal): -8738440 or 7907706. OLE color: 7907706.

HSL color Cylindrical-coordinate representation of color #7AA978: hue angle of 117.55º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AA978 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 122 169 120 -
CMYK 0.28 0 0.29 0.34
HSL 117.55º 0.22% 0.57% -
HSV(B) 117.55º 0.29% 0.66% -
XYZ 25.6 33.87 22.96 -
YUV 149.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 122 169 120 0.28 0 0.29 0.34 117.55 0.22 0.57
Hex 7A A9 78 1C 0 1D 22 76 16 39
Octal 172 251 170 34 0 35 42 166 26 71
Binary 1111010 10101001 1111000 11100 0 11101 100010 1110110 10110 111001

Color Harmonies of #7AA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA978

Black with #7AA978

Text Example


Text Example

White with #7AA978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,169,120); }

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

background-color css

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

 a { background-color: rgb(122,169,120); }

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

border-color css

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

 span { border-color: rgb(122,169,120); }

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