Html Css Color HEX #7AAB7A Amulet

📋 copy color: '#7AAB7A'

red 122 ◦ green 171 ◦ blue 122

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

Shades of Amulet #7AAB7A

Tints of Amulet #7AAB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 29.4%
G = 41.2%
B = 29.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#7AAB7A (or 0x7AAB7A) is known color: Amulet. HEX triplet: 7A, AB and 7A. RGB value is (122,171,122). Sum of RGB (Red+Green+Blue) = 122+171+122=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB7A is #855485. Grayscale: #969696. Windows color (decimal): -8737926 or 8039290. OLE color: 8039290.

HSL color Cylindrical-coordinate representation of color #7AAB7A: hue angle of 120º 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 #7AAB7A is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 122 -
CMYK 0.29 0 0.29 0.33
HSL 120º 0.23% 0.57% -
HSV(B) 120º 0.29% 0.67% -
XYZ 26.1 34.67 23.73 -
YUV 150.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 122 171 122 0.29 0 0.29 0.33 120 0.23 0.57
Hex 7A AB 7A 1D 0 1D 21 78 17 39
Octal 172 253 172 35 0 35 41 170 27 71
Binary 1111010 10101011 1111010 11101 0 11101 100001 1111000 10111 111001

Color Harmonies of #7AAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB7A

Black with #7AAB7A

Text Example


Text Example

White with #7AAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,122); }

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

background-color css

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

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

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

border-color css

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

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

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