Html Css Color HEX #7AAB6A Amulet

📋 copy color: '#7AAB6A'

red 122 ◦ green 171 ◦ blue 106

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

Shades of Amulet #7AAB6A

Tints of Amulet #7AAB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 30.58%
G = 42.86%
B = 26.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#7AAB6A (or 0x7AAB6A) is known color: Amulet. HEX triplet: 7A, AB and 6A. RGB value is (122,171,106). Sum of RGB (Red+Green+Blue) = 122+171+106=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB6A is #855495. Grayscale: #959595. Windows color (decimal): -8737942 or 6990714. OLE color: 6990714.

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

Color convert

RGB 122 171 106 -
CMYK 0.29 0 0.38 0.33
HSL 105.23º 0.28% 0.54% -
HSV(B) 105.23º 0.38% 0.67% -
XYZ 25.19 34.3 18.93 -
YUV 148.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 122 171 106 0.29 0 0.38 0.33 105.23 0.28 0.54
Hex 7A AB 6A 1D 0 26 21 69 1C 36
Octal 172 253 152 35 0 46 41 151 34 66
Binary 1111010 10101011 1101010 11101 0 100110 100001 1101001 11100 110110

Color Harmonies of #7AAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB6A

Black with #7AAB6A

Text Example


Text Example

White with #7AAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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