Html Css Color HEX #7AAD66 Amulet

📋 copy color: '#7AAD66'

red 122 ◦ green 173 ◦ blue 102

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

Shades of Amulet #7AAD66

Tints of Amulet #7AAD66

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 30.73%
G = 43.58%
B = 25.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#7AAD66 (or 0x7AAD66) is known color: Amulet. HEX triplet: 7A, AD and 66. RGB value is (122,173,102). Sum of RGB (Red+Green+Blue) = 122+173+102=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD66 is #855299. Grayscale: #959595. Windows color (decimal): -8737434 or 6729082. OLE color: 6729082.

HSL color Cylindrical-coordinate representation of color #7AAD66: hue angle of 103.1º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAD66 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 173 102 -
CMYK 0.29 0 0.41 0.32
HSL 103.1º 0.3% 0.54% -
HSV(B) 103.1º 0.41% 0.68% -
XYZ 25.37 34.98 17.99 -
YUV 149.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 122 173 102 0.29 0 0.41 0.32 103.1 0.3 0.54
Hex 7A AD 66 1D 0 29 20 67 1E 36
Octal 172 255 146 35 0 51 40 147 36 66
Binary 1111010 10101101 1100110 11101 0 101001 100000 1100111 11110 110110

Color Harmonies of #7AAD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAD66

Black with #7AAD66

Text Example


Text Example

White with #7AAD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,102); }

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

background-color css

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

 a { background-color: rgb(122,173,102); }

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

border-color css

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

 span { border-color: rgb(122,173,102); }

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