Html Css Color HEX #7AB372 Amulet

📋 copy color: '#7AB372'

red 122 ◦ green 179 ◦ blue 114

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

Shades of Amulet #7AB372

Tints of Amulet #7AB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

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

R = 29.4%
G = 43.13%
B = 27.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#7AB372 (or 0x7AB372) is known color: Amulet. HEX triplet: 7A, B3 and 72. RGB value is (122,179,114). Sum of RGB (Red+Green+Blue) = 122+179+114=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB372 is #854C8D. Grayscale: #9A9A9A. Windows color (decimal): -8735886 or 7517050. OLE color: 7517050.

HSL color Cylindrical-coordinate representation of color #7AB372: hue angle of 112.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AB372 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 179 114 -
CMYK 0.32 0 0.36 0.30
HSL 112.62º 0.3% 0.57% -
HSV(B) 112.62º 0.36% 0.7% -
XYZ 27.18 37.59 21.74 -
YUV 154.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 122 179 114 0.32 0 0.36 0.30 112.62 0.3 0.57
Hex 7A B3 72 20 0 24 1E 71 1E 39
Octal 172 263 162 40 0 44 36 161 36 71
Binary 1111010 10110011 1110010 100000 0 100100 11110 1110001 11110 111001

Color Harmonies of #7AB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB372

Black with #7AB372

Text Example


Text Example

White with #7AB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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