Html Css Color HEX #7AAE73 Amulet

📋 copy color: '#7AAE73'

red 122 ◦ green 174 ◦ blue 115

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

Shades of Amulet #7AAE73

Tints of Amulet #7AAE73

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 29.68%
G = 42.34%
B = 27.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#7AAE73 (or 0x7AAE73) is known color: Amulet. HEX triplet: 7A, AE and 73. RGB value is (122,174,115). Sum of RGB (Red+Green+Blue) = 122+174+115=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE73 is #85518C. Grayscale: #979797. Windows color (decimal): -8737165 or 7581306. OLE color: 7581306.

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

Color convert

RGB 122 174 115 -
CMYK 0.30 0 0.34 0.32
HSL 112.88º 0.27% 0.57% -
HSV(B) 112.88º 0.34% 0.68% -
XYZ 26.26 35.65 21.72 -
YUV 151.73 107.27 106.8 -
System Red Green Blue C M Y K H S L
Decimal 122 174 115 0.30 0 0.34 0.32 112.88 0.27 0.57
Hex 7A AE 73 1E 0 22 20 71 1B 39
Octal 172 256 163 36 0 42 40 161 33 71
Binary 1111010 10101110 1110011 11110 0 100010 100000 1110001 11011 111001

Color Harmonies of #7AAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE73

Black with #7AAE73

Text Example


Text Example

White with #7AAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,115); }

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

background-color css

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

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

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

border-color css

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

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

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