Html Css Color HEX #7AAA78 Amulet

📋 copy color: '#7AAA78'

red 122 ◦ green 170 ◦ blue 120

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

Shades of Amulet #7AAA78

Tints of Amulet #7AAA78

RGB

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

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

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

R = 29.61%
G = 41.26%
B = 29.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#7AAA78 (or 0x7AAA78) is known color: Amulet. HEX triplet: 7A, AA and 78. RGB value is (122,170,120). Sum of RGB (Red+Green+Blue) = 122+170+120=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA78 is #855587. Grayscale: #969696. Windows color (decimal): -8738184 or 7907962. OLE color: 7907962.

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

Color convert

RGB 122 170 120 -
CMYK 0.28 0 0.29 0.33
HSL 117.6º 0.23% 0.57% -
HSV(B) 117.6º 0.29% 0.67% -
XYZ 25.79 34.24 23.02 -
YUV 149.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 122 170 120 0.28 0 0.29 0.33 117.6 0.23 0.57
Hex 7A AA 78 1C 0 1D 21 76 17 39
Octal 172 252 170 34 0 35 41 166 27 71
Binary 1111010 10101010 1111000 11100 0 11101 100001 1110110 10111 111001

Color Harmonies of #7AAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA78

Black with #7AAA78

Text Example


Text Example

White with #7AAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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