Html Css Color HEX #7CA471 Amulet

📋 copy color: '#7CA471'

red 124 ◦ green 164 ◦ blue 113

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

Shades of Amulet #7CA471

Tints of Amulet #7CA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 30.92%
G = 40.9%
B = 28.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#7CA471 (or 0x7CA471) is known color: Amulet. HEX triplet: 7C, A4 and 71. RGB value is (124,164,113). Sum of RGB (Red+Green+Blue) = 124+164+113=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA471 is #835B8E. Grayscale: #929292. Windows color (decimal): -8608655 or 7447676. OLE color: 7447676.

HSL color Cylindrical-coordinate representation of color #7CA471: hue angle of 107.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CA471 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 164 113 -
CMYK 0.24 0 0.31 0.36
HSL 107.06º 0.22% 0.54% -
HSV(B) 107.06º 0.31% 0.64% -
XYZ 24.57 32.03 20.51 -
YUV 146.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 124 164 113 0.24 0 0.31 0.36 107.06 0.22 0.54
Hex 7C A4 71 18 0 1F 24 6B 16 36
Octal 174 244 161 30 0 37 44 153 26 66
Binary 1111100 10100100 1110001 11000 0 11111 100100 1101011 10110 110110

Color Harmonies of #7CA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA471

Black with #7CA471

Text Example


Text Example

White with #7CA471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,164,113); }

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

background-color css

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

 a { background-color: rgb(124,164,113); }

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

border-color css

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

 span { border-color: rgb(124,164,113); }

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