Html Css Color HEX #7AB772 Amulet

📋 copy color: '#7AB772'

red 122 ◦ green 183 ◦ blue 114

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

Shades of Amulet #7AB772

Tints of Amulet #7AB772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 29.12%
G = 43.68%
B = 27.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#7AB772 (or 0x7AB772) is known color: Amulet. HEX triplet: 7A, B7 and 72. RGB value is (122,183,114). Sum of RGB (Red+Green+Blue) = 122+183+114=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB772 is #85488D. Grayscale: #9D9D9D. Windows color (decimal): -8734862 or 7518074. OLE color: 7518074.

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

Color convert

RGB 122 183 114 -
CMYK 0.33 0 0.38 0.28
HSL 113.04º 0.32% 0.58% -
HSV(B) 113.04º 0.38% 0.72% -
XYZ 28 39.22 22.01 -
YUV 156.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 122 183 114 0.33 0 0.38 0.28 113.04 0.32 0.58
Hex 7A B7 72 21 0 26 1C 71 20 3A
Octal 172 267 162 41 0 46 34 161 40 72
Binary 1111010 10110111 1110010 100001 0 100110 11100 1110001 100000 111010

Color Harmonies of #7AB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB772

Black with #7AB772

Text Example


Text Example

White with #7AB772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,183,114); }

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

background-color css

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

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

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

border-color css

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

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

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