Html Css Color HEX #7CAA73 Amulet

📋 copy color: '#7CAA73'

red 124 ◦ green 170 ◦ blue 115

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

Shades of Amulet #7CAA73

Tints of Amulet #7CAA73

RGB

 RED value IS 124 (48.83% from 255) = 30.32%

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 30.32%
G = 41.56%
B = 28.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#7CAA73 (or 0x7CAA73) is known color: Amulet. HEX triplet: 7C, AA and 73. RGB value is (124,170,115). Sum of RGB (Red+Green+Blue) = 124+170+115=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA73 is #83558C. Grayscale: #969696. Windows color (decimal): -8607117 or 7580284. OLE color: 7580284.

HSL color Cylindrical-coordinate representation of color #7CAA73: hue angle of 110.18º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CAA73 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 170 115 -
CMYK 0.27 0 0.32 0.33
HSL 110.18º 0.24% 0.56% -
HSV(B) 110.18º 0.32% 0.67% -
XYZ 25.78 34.27 21.48 -
YUV 149.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 124 170 115 0.27 0 0.32 0.33 110.18 0.24 0.56
Hex 7C AA 73 1B 0 20 21 6E 18 38
Octal 174 252 163 33 0 40 41 156 30 70
Binary 1111100 10101010 1110011 11011 0 100000 100001 1101110 11000 111000

Color Harmonies of #7CAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA73

Black with #7CAA73

Text Example


Text Example

White with #7CAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,115); }

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

background-color css

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

 a { background-color: rgb(124,170,115); }

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

border-color css

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

 span { border-color: rgb(124,170,115); }

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