Html Css Color HEX #7AA372 Amulet

📋 copy color: '#7AA372'

red 122 ◦ green 163 ◦ blue 114

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

Shades of Amulet #7AA372

Tints of Amulet #7AA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

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

R = 30.58%
G = 40.85%
B = 28.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#7AA372 (or 0x7AA372) is known color: Amulet. HEX triplet: 7A, A3 and 72. RGB value is (122,163,114). Sum of RGB (Red+Green+Blue) = 122+163+114=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA372 is #855C8D. Grayscale: #919191. Windows color (decimal): -8739982 or 7512954. OLE color: 7512954.

HSL color Cylindrical-coordinate representation of color #7AA372: hue angle of 110.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AA372 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 163 114 -
CMYK 0.25 0 0.30 0.36
HSL 110.2º 0.21% 0.54% -
HSV(B) 110.2º 0.3% 0.64% -
XYZ 24.16 31.55 20.74 -
YUV 145.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 122 163 114 0.25 0 0.30 0.36 110.2 0.21 0.54
Hex 7A A3 72 19 0 1E 24 6E 15 36
Octal 172 243 162 31 0 36 44 156 25 66
Binary 1111010 10100011 1110010 11001 0 11110 100100 1101110 10101 110110

Color Harmonies of #7AA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA372

Black with #7AA372

Text Example


Text Example

White with #7AA372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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