Html Css Color HEX #7AAC77 Amulet

📋 copy color: '#7AAC77'

red 122 ◦ green 172 ◦ blue 119

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

Shades of Amulet #7AAC77

Tints of Amulet #7AAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 29.54%
G = 41.65%
B = 28.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#7AAC77 (or 0x7AAC77) is known color: Amulet. HEX triplet: 7A, AC and 77. RGB value is (122,172,119). Sum of RGB (Red+Green+Blue) = 122+172+119=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC77 is #855388. Grayscale: #979797. Windows color (decimal): -8737673 or 7842938. OLE color: 7842938.

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

Color convert

RGB 122 172 119 -
CMYK 0.29 0 0.31 0.33
HSL 116.6º 0.24% 0.57% -
HSV(B) 116.6º 0.31% 0.67% -
XYZ 26.11 34.97 22.83 -
YUV 151.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 122 172 119 0.29 0 0.31 0.33 116.6 0.24 0.57
Hex 7A AC 77 1D 0 1F 21 75 18 39
Octal 172 254 167 35 0 37 41 165 30 71
Binary 1111010 10101100 1110111 11101 0 11111 100001 1110101 11000 111001

Color Harmonies of #7AAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAC77

Black with #7AAC77

Text Example


Text Example

White with #7AAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,172,119); }

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

background-color css

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

 a { background-color: rgb(122,172,119); }

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

border-color css

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

 span { border-color: rgb(122,172,119); }

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